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
)
Public Sub SetAutoRotate (
doesAutoRotate As Boolean
)
public:
virtual void SetAutoRotate(
[InAttribute] bool doesAutoRotate
) sealed
function SetAutoRotate(doesAutoRotate);
Parameters
- doesAutoRotate
- Type: SystemBoolean
True if a border should be automatically rotated; false otherwise. Default is true.
See Also