VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayMaskedCommandJS type / set_MaskImage Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MaskImage Method
In This Topic
Sets the black-white or 8-bit image mask.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayMaskedCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_MaskImage(value);

Parameters

value
An URL or Base64 string of image mask. Default value is empty string.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also