 | PdfPrintDocumentAutoRotate Property |
Automatically rotate pages when printing
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic bool AutoRotate { get; set; }
Public Property AutoRotate As Boolean
Get
Set
public:
property bool AutoRotate {
bool get ();
void set (bool value);
}
member AutoRotate : bool with get, set
/** @property */
public boolean get_AutoRotate()
/** @property */
public void set_AutoRotate(boolean value)
function get_AutoRotate();
function set_AutoRotate(value);
Property Value
Type:
Boolean
See Also