GetPageLabel
Description
Returns the page label for the specified page.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageLabel(Page: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetPageLabel(Page As Long) As String
DLL
wchar_t * DPLGetPageLabel(int InstanceID, int Page)
Parameters
| Page | The number of the page to retrieve the page number of |
