PdfPrintIsAutoRotate Property Terminal Works - PDF Printing.Net Library
If set to true, it will override selected value for IsLandscape and it will set orientation to landscape or portrait based on the content width / height. It not set it, selected value for IsLandscape will be used. It doesn't have effect in PrintWithAdobe method.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool IsAutoRotate { get; set; }

Property Value

Type: Boolean
See Also

Reference