ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / DetectionEnabled Property




In This Topic
DetectionEnabled Property
In This Topic
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