Click or drag to resize

PDFDocViewPrefsSetPrintArea Method

Sets the page boundary representing the area of a page to be rendered when printing the document.

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

Parameters

box
Type: pdftron.PDFPageBox
printing region. The default value is page crop-box.
See Also