PDFViewCtrlGetPageBox Method |
Gets the box used by PDFViewCtrl for rasterizing.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PageBox GetPageBox()
Public Function GetPageBox As PageBox
public:
virtual PageBox GetPageBox() sealed
Return Value
Type:
PageBoxthe page box used to rasterize.
See the PageBox enum for more information on the return values.
See Also