VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / get_FillColorAutoDetection Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FillColorAutoDetection Method
    In This Topic
    Gets a value indicating whether color for filling of hole punches is detected automatically.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var value; // Type: boolean
    value = instance.get_FillColorAutoDetection();
    
    
    function get_FillColorAutoDetection() : boolean;
    

    Return Value

    True - color for filing of hole punches is detected automatically; otherwise, False. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also