GetViewPortBBox
Page properties, Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.14.
Description
Returns details of the BBox entry of a viewport dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetViewPortBBox(ViewPortID,
Dimension: Integer): Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetViewPortBBox(ViewPortID As Long,
Dimension As Long) As Double
DLL
double DPLGetViewPortBBox(int InstanceID, int ViewPortID, int Dimension)
Parameters
ViewPortID | A value returned by the GetPageViewPortID function |
Dimension |
0 = Left 1 = Top 2 = Width 3 = Height 4 = Right 5 = Bottom |