GetPageMetricsToString
Page properties
Description
Returns the dimensions (MediaBox and CropBox) and rotation of the specified page range in the document.
Syntax
Delphi
function TPDFlib.GetPageMetricsToString(StartPage, EndPage, Options: Integer): AnsiString;ActiveX
Function PDFlib::GetPageMetricsToString(StartPage As Long, EndPage As Long, Options As Long) As StringDLL
char * DLGetPageMetricsToString(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. |