GetPageContent
Page properties, Page manipulation
Description
This function returns the PDF commands which make up the content of the selected page. This is for advanced use only, and will probably be meaningless unless you have an understanding of the Adobe PDF specification. Only the content of the selected layer is retrieved. To retrieve the contents of the entire page, call the CombineLayers function first.
Syntax
Delphi
function TQuickPDF0726.GetPageContent: string;
ActiveX
Function QuickPDF0726.PDFLibrary::GetPageContent As String
DLL
char * QuickPDFGetPageContent(int InstanceID)