DAGetPageContent
Direct access functionality, Page properties
Description
Retrieves the graphics commands and operators that make up the specified page.
Syntax
Delphi
function TQuickPDF0726.DAGetPageContent(FileHandle, PageRef: Integer): string;
ActiveX
Function QuickPDF0726.PDFLibrary::DAGetPageContent(FileHandle As Long,
PageRef As Long) As String
DLL
char * QuickPDFDAGetPageContent(int InstanceID, int FileHandle, int PageRef)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| PageRef | A page reference returned by the DAFindPage or DANewPage functions |