DetectOrientation Property (GdPicturePDF.SmartRedactionOptions)
                                 
                                
            Specifies whether the engine shall detect image rotation before running the process.
            
            
            
            
            
            
            
            
            '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.