GetPageMetricsToString
Version history
This function was introduced in Quick PDF Library version 9.14.
Description
Returns the dimensions (MediaBox and CropBox) and rotation of the specified page range in the document.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageMetricsToString(StartPage, EndPage,
Options: Integer): AnsiString;
ActiveX
This function is not available in the ActiveX edition
DLL
char * DPLGetPageMetricsToString(int InstanceID, int StartPage, int EndPage,
int Options)
Parameters
| StartPage | The first page in the range |
| EndPage | The last page in the range |
| Options |
1 = Binary output Nine double values per page are streamed in a continuous array. For each page there are the elements of the MediaBox, the elements of the CropBox and the value of the Rotation entry. 2 = Text output The values are displayed in text format, separated by tab (char 9) characters and with CRLF after each page. |
