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