![]() |
PDFix SDK
6.4.0
|
PdsContent class. More...
Public Member Functions | |
virtual int | GetNumObjects ()=0 |
Inserts an object into a PdsContent. More... | |
virtual PdsPageObject * | GetObject (int index)=0 |
virtual void | Release ()=0 |
This is the main method for converting a PdsContent into PDF contents and resources. More... | |
PdsContent class.
The PdsContent object is contains the modifiable contents of a PdfPage.
A PdsContent is a general object in a PDF page content, which may be of any PdsPageObject object type. The Object layer provides several methods that are not specific to any particular object.
|
pure virtual |
Inserts an object into a PdsContent.
|
pure virtual |
Gets the requested page object from a content. NOTE: This method does not copy the page object.
index | Index of page object to obtain. |
|
pure virtual |
This is the main method for converting a PdsContent into PDF contents and resources.