In This Topic
GdPicture14 Namespace / GdViewer Class / PreserveViewRotation Property

PreserveViewRotation Property (GdViewer)

In This Topic
Indicates whether the view rotation applied to the pages of the document must be applied to the file produced by the SaveDocumentToTIFF and SaveDocumentToPDF methods.
Syntax
'Declaration
 
Public Property PreserveViewRotation As Boolean
public bool PreserveViewRotation {get; set;}
public read-write property PreserveViewRotation: Boolean; 
public function get,set PreserveViewRotation : boolean
public: __property bool get_PreserveViewRotation();
public: __property void set_PreserveViewRotation( 
   bool value
);
public:
property bool PreserveViewRotation {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also