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