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

var value; // Type: string
value = instance.get_MaskImage();

Return Value

An URL or Base64 string of image mask. Default value is empty string.
Browser Compatibility
56+
45+
11
See Also