Click or drag to resize

PdfBasicObject Class

Represents a base class for all basic PDF objects.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicContainer
    SautinSoft.Pdf.ObjectsPdfBasicValue

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public abstract class PdfBasicObject

The PdfBasicObject type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberNull Gets the single instance of Null type.
Public propertyObjectType Gets the PdfBasicObjectType of the current PdfBasicObject instance.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfBasicObject instance.
(Overrides ObjectToString)
Top
See Also