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

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_Transparency(value);

Parameters

value
True - transparency must be used; False - transparency must NOT be used. Default value is False.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also