ImageGear .NET - Updated November 28, 2017
DetectionEnabled Property




ImageGear23.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

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