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 TDebenuPDFLibrary1811.GetViewPortName(ViewPortID: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetViewPortName(
ViewPortID As Long) As String
DLL
wchar_t * DPLGetViewPortName(int InstanceID, int ViewPortID)
Parameters
ViewPortID | A value returned by the GetPageViewPortID function |