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;ActiveX
Function PDFlib::DAGetPageContentToString(FileHandle As Long, PageRef As Long) As StringDLL
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); |