GetPageLabel
Page properties
Description
Returns the page label for the specified page.
Syntax
Delphi
Function TPDFlib.GetPageLabel(Page: Integer): WideString;
ActiveX
Function PDFlib::GetPageLabel(Page As Long) As String
DLL
const wchar_t * DLGetPageLabel(int InstanceID, int Page);
Parameters
| Page | The number of the page to retrieve the page number of |
|---|