Click or drag to resize

PDFDrawSetPageBox Method

Selects the page box/region to rasterize.

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

Parameters

region
Type: pdftron.PDFPageBox
Page box to rasterize. By default, PDFDraw will rasterize page crop box.
See Also