PageGetPageHeight Method (PageBox) |
Gets the page height.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetPageHeight(
PageBox region
)
Public Function GetPageHeight (
region As PageBox
) As Double
public:
virtual double GetPageHeight(
[InAttribute] PageBox region
) sealed
function GetPageHeight(region);
Parameters
- region
- Type: pdftron.PDFPageBox
the box_type
Return Value
Type:
Double the page height
See Also