DAGetPageContentToString
Direct access functionality, Page properties
Description
Retrieves the graphics commands and operators that make up the specified page.
Syntax
Delphi
Function TPDFlib.DAGetPageContentToString(FileHandle, PageRef: Integer): AnsiString;
DLL
const char * DLDAGetPageContentToString(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 int PageRef); |