VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebColorNoiseClearCommandJS type / set_MaskImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_MaskImage Method
    In This Topic
    Sets the black-white image mask.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebColorNoiseClearCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_MaskImage(value);
    
    
    function set_MaskImage(
    value
    Url or base64 statement of image. Default value is empty string.
    : string
    ) : any;

    Parameters

    value
    Url or base64 statement of image. Default value is empty string.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also