Gets or sets a value indicating whether the format should be used in the image detection process.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Property DetectionEnabled As Boolean
             
        
            
            'Usage
 
Dim instance As IImGearFormat
Dim value As Boolean
 
instance.DetectionEnabled = value
 
value = instance.DetectionEnabled
             
        
            
            bool DetectionEnabled {get; set;}
             
        
            
            __property bool get_DetectionEnabled();
__property void set_DetectionEnabled( 
   bool value
);
             
        
            
            property bool DetectionEnabled {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Boolean value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also