GetViewPortName
Page properties, Measurement and coordinate units
Description
Returns the name of the specified viewport.
Syntax
Delphi
function TPDFlib.GetViewPortName(ViewPortID: Integer): WideString;ActiveX
Function PDFlib::GetViewPortName(ViewPortID As Long) As StringDLL
wchar_t * DLGetViewPortName(int InstanceID, int ViewPortID);Parameters
| ViewPortID | A value returned by the GetPageViewPortID function |
|---|