VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebColorNoiseClearCommandJS type / get_MaskImage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaskImage Method
    In This Topic
    Gets the black-white image mask.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebColorNoiseClearCommandJS();
    
    var value; // Type: string
    value = instance.get_MaskImage();
    
    
    function get_MaskImage() : string;
    

    Return Value

    Url or base64 statement of image. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also