Page Module
Module to define and access a Page in a document.
This module describes the functions and structures that allow you to define a PDF Page in the document.
Parameters
pDoc: The Document object to work with.
piNbPages: The number of pages. Remember to subtract 1 from this value if you are going to pass it to a method that takes a zero-based page number.
Returns
A3D_SUCCESS in case of success or an error code
Enumerations
Functions
A3DPDFDocumentGetNumberPages()A3DPDFDocumentGetPage()A3DPDFDocumentRemovePages()A3DPDFDocumentAppendNewPage2()A3DPDFDocumentAppendPageFromPDFFileEx()A3DPDFDocumentAppendPageFromPDFFileAndSuffixFields()