Click or drag to resize

PdfBasicObjectObjectType Property

Gets the PdfBasicObjectType of the current PdfBasicObject instance.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public abstract PdfBasicObjectType ObjectType { get; }

Property Value

PdfBasicObjectType
The PdfBasicObjectType of the current PdfBasicObject instance.
See Also