Click or drag to resize

PDFPrintManagerSetAutoRotate Method

Programmatically set if content should be automatically rotated to best fit the printed page.

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

Parameters

doesAutoRotate
Type: SystemBoolean
True if a border should be automatically rotated; false otherwise. Default is true.
See Also