set_GenerateAlphaChannelForTransparentImages Method
In This Topic
Sets a value indicating whether the alpha channel must be generated for transparent images.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfCompressionSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_GenerateAlphaChannelForTransparentImages(value);
function set_GenerateAlphaChannelForTransparentImages(
: boolean
) : any;
Parameters
- value
- The value indicating whether the alpha channel must be generated for transparent images. The default value is true.
Browser Compatibility
See Also