ImageGear .NET v25.0 - Updated
DetectionEnabled Property




ImageGear.Core Assembly > ImageGear.Formats Namespace > IImGearFormat Interface : DetectionEnabled Property
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.
Remarks
Detection is enabled for all formats by default. Use this property to exclude a format from detection.
See Also

Reference

IImGearFormat Interface
IImGearFormat Members