DAGetPageContentToString
Direct access functionality, Page properties
Version history
This function was renamed in Quick PDF Library version 8.11.
The function name in earlier versions was DAGetPageContent.
Description
Retrieves the graphics commands and operators that make up the specified page.
Syntax
Delphi
function TDebenuPDFLibrary1811.DAGetPageContentToString(FileHandle,
PageRef: Integer): AnsiString;
ActiveX
This function is not available in the ActiveX edition
DLL
char * DPLDAGetPageContentToString(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 |
