CosObject.Type Property

Gets the type of this CosObject.

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

Syntax

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

Property Value

Type: CosObjectType
The type of this CosObject.

See Also