PdfPageObject Class

Class for an object painted on a PdfPage.

Inheritance Hierarchy

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public abstract class PdfPageObject
VB
Public MustInherit Class PdfPageObject

The PdfPageObject type exposes the following members.

Properties

  NameDescription
Public propertyClipRegion
Gets the clip region for this PdfPageObject.
Public propertyLayer
Gets the layer this PdfPageObject is drawn on.
Public propertyType
Gets the type of this PdfPageObject.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

You can get the collection of all page objects using GetObjects() methods. You can extract objects from a form XObject using GetObjects() methods.

See Also