PDFView4NET WPF Edition
AutoRotate Property (PDFPrintSettings)




O2S.Components.PDFRender4NET.Printing Namespace > PDFPrintSettings Class : AutoRotate Property
Gets or sets a value indicating whether the page should be rotated to match the paper orientation.
Syntax
'Declaration
 
Public Property AutoRotate As Boolean
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Boolean
 
instance.AutoRotate = value
 
value = instance.AutoRotate
public bool AutoRotate {get; set;}
public: __property bool get_AutoRotate();
public: __property void set_AutoRotate( 
   bool value
);
public:
property bool AutoRotate {
   bool get();
   void set (    bool value);
}

Property Value

True if the page should be rotated in order to match the paper orientation, false otherwise. Default is true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPrintSettings Class
PDFPrintSettings Members