PdfPageObject.Type Property

Gets the type of this PdfPageObject.

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

Syntax

C#
public abstract PdfPageObjectType Type { get; }
VB
Public MustOverride ReadOnly Property Type As PdfPageObjectType
	Get

Property Value

Type: PdfPageObjectType
The type of this PdfPageObject.

See Also