![]() |
PDFix SDK
6.12.0
|
Public Member Functions | |
virtual PdfObjectType | GetObjectType () const =0 |
Gets the type of an object. More... | |
virtual int | GetId () const =0 |
Gets the object number. More... | |
virtual int | GetGenId () const =0 |
Gets the generation number. More... | |
virtual PdfDoc * | GetDoc () const =0 |
Gets a reference to a document. More... | |
PdsObject class.
A PdsObject is a general object in a PDF file, which may be of any PdsObject object type. The Object layer provides several methods that are not specific to any particular object.
|
pure virtual |
Gets a reference to a document.
|
pure virtual |
Gets the generation number.
|
pure virtual |
Gets the object number.
|
pure virtual |
Gets the type of an object.