Click or drag to resize

PDFViewCtrlSetPageBox Method

Selects the PageBox to rasterize. PDFViewCtrl will clip pages according to their PageBox as selected here.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPageBox(
	PageBox region
)

Parameters

region
Type: pdftron.PDFPageBox

[Missing <param name="region"/> documentation for "M:pdftron.PDF.PDFViewCtrl.SetPageBox(pdftron.PDF.PageBox)"]

See Also