![]() |
wxPdfDocument 1.3.1
|
Base class for indirect PDF objects (For internal use only) More...
#include <pdfform.h>
Public Member Functions | |
| wxPdfIndirectObject (int objectId, int generationId) | |
| Constructor. | |
| virtual | ~wxPdfIndirectObject () |
| Destructor. | |
| wxPdfObjectType | GetType () |
| Get type of this object. | |
| void | SetType (wxPdfObjectType type) |
| Set type of object. | |
| int | GetObjectId () |
| Get identifier of this object. | |
| int | GetGenerationId () |
| Get generation identifier of this object. | |
Base class for indirect PDF objects (For internal use only)
| wxPdfIndirectObject::wxPdfIndirectObject | ( | int | objectId, |
| int | generationId ) |
Constructor.
| objectId | the object number |
| generationId | the generation number |
|
virtual |
Destructor.
|
inline |
Get generation identifier of this object.
|
inline |
Get identifier of this object.
|
inline |
Get type of this object.
|
inline |
Set type of object.
| type | the type of the object |