DAGetPageHeight
Direct access functionality, Page properties
Description
Returns the height of the specified page in a document opened with the DAOpenFile function.
Syntax
Delphi
function TQuickPDF0813.DAGetPageHeight(FileHandle, PageRef: Integer): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetPageHeight(FileHandle As Long,
PageRef As Long) As Double
DLL
double QuickPDFDAGetPageHeight(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 |