Click or drag to resize

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()

Return Value

Type: PageBox
the page box used to rasterize. See the PageBox enum for more information on the return values.
See Also