PDF Toolbox
|
#include <PdfTools_Toolbox_Types.h>
Represents a page, which may be either associated with a document or part of a document. When the page is associated with a document, changes to the page are still possible. Any changes made to the page will be reflected in the associated document, after the page is appended to the document's PtxPdf_Document_GetPages. After a page is appended to a document's PtxPdf_Document_GetPages, the page becomes part of the document and no further changes to the page are possible.