Gets the page height.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetPageHeight()
Public Function GetPageHeight As Double
public:
virtual double GetPageHeight() sealed
function GetPageHeight();
Return Value
Type:
Double the height for the given page region/box taking into account page
rotation attribute (i.e. /Rotate entry in page dictionary).
See Also