GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF.SmartRedactionOptions Class / DetectOrientation Property





In This Topic
DetectOrientation Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
Specifies whether the engine shall detect image rotation before running the process.
Syntax
'Declaration
 
Public Property DetectOrientation As Boolean
public bool DetectOrientation {get; set;}
public read-write property DetectOrientation: Boolean; 
public function get,set DetectOrientation : boolean
public: __property bool get_DetectOrientation();
public: __property void set_DetectOrientation( 
   bool value
);
public:
property bool DetectOrientation {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.
See Also