GetPageViewPortCount
Page properties, Measurement and coordinate units
Description
Returns the number of viewports defined for the selected page.
The GetPageViewPortID function can be used to obtain a ViewPortID that can be used with the
GetViewPortName and GetViewPortMeasureDict functions.
Syntax
Delphi
function TPDFlib.GetPageViewPortCount: Integer;ActiveX
Function PDFlib::GetPageViewPortCount As LongDLL
int DLGetPageViewPortCount(int InstanceID);