VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangePixelFormatToPaletteCommandJS type / get_Transparency Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Transparency Method
In This Topic
Gets a value indicating whether the transparency is used.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebChangePixelFormatToPaletteCommandJS();

var value; // Type: boolean
value = instance.get_Transparency();

Return Value

True - transparency must be used; False - transparency must NOT be used. Default value is False.
Browser Compatibility
56+
45+
11
See Also