PdfBasicObject Class
Represents a base class for all basic PDF objects.
- Inheritance:
- System.ObjectPdfBasicObject
- Derived
Properties
Null
Gets the single instance of Null type.
public static PdfBasicObject Null { get; }
Public Shared ReadOnly Property Null As PdfBasicObject
Property Value
The single instance of Null type.
See Also
ObjectType
Gets the PdfBasicObjectType of the current PdfBasicObject instance.
public abstract PdfBasicObjectType ObjectType { get; }
Public MustOverride ReadOnly Property ObjectType As PdfBasicObjectType
Property Value
The PdfBasicObjectType of the current PdfBasicObject instance.
Methods
ToString()
Returns a System.String that represents this PdfBasicObject instance.
public abstract override string ToString()
Public MustOverride Overrides Function ToString As String
Returns
- System.String
A System.String that represents this PdfBasicObject instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).