VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchRemovalCommandJS type / get_FillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FillColor Method
    In This Topic
    Gets a color for filling of hole punches.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchRemovalCommandJS();
    
    var value; // Type: string
    value = instance.get_FillColor();
    
    
    function get_FillColor() : string;
    

    Return Value

    Color for filing of hole punches. Default value is "rgba(0,0,0,0)".
    Browser Compatibility
    56+
    45+
    11
    See Also