ImageGear v26.3 - Updated
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
    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