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