GetViewPortName
Page properties, Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Returns the name of the specified viewport.
Syntax
Delphi
function TQuickPDF0815.GetViewPortName(ViewPortID: Integer): WideString;
ActiveX
Function QuickPDF0815.PDFLibrary::GetViewPortName(ViewPortID As Long) As String
DLL
wchar_t * QuickPDFGetViewPortName(int InstanceID, int ViewPortID)
Parameters
| ViewPortID | A value returned by the GetPageViewPortID function |