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 String

DLL

char * DLDAGetPageContentToString(int InstanceID, int FileHandle, int PageRef);

Parameters

FileHandleA handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions
PageRefA page reference returned by the DAFindPage or DANewPage functions int PageRef);