Click or drag to resize

PDFPrintManagerSetBorder Method

Programmatically set if pages should have a thin outline.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetBorder(
	bool withBorder
)

Parameters

withBorder
Type: SystemBoolean
True if a border should be applied; false otherwise. Default is false.
See Also