VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / set_FillColorAutoDetection Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FillColorAutoDetection Method
    In This Topic
    Sets a value indicating whether color for filling of hole punches is detected automatically.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_FillColorAutoDetection(value);
    
    
    function set_FillColorAutoDetection(
    value
    True - color for filing of hole punches is detected automatically; otherwise, False. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True - color for filing of hole punches is detected automatically; otherwise, False. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also