VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfCompressionSettingsJS type / set_GenerateAlphaChannelForTransparentImages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    The value indicating whether the alpha channel must be generated for transparent images. The default value is true.
    : boolean
    ) : any;

    Parameters

    value
    The value indicating whether the alpha channel must be generated for transparent images. The default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also