VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebChangePixelFormatToBgrCommandJS type / get_KeepAlphaChannel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_KeepAlphaChannel Method
    In This Topic
    Gets a value indicating whether the command must keep values of alpha channel in image data when converting image from Bgr32 format to Bgra32 format and vise versa.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebChangePixelFormatToBgrCommandJS();
    
    var value; // Type: boolean
    value = instance.get_KeepAlphaChannel();
    
    
    function get_KeepAlphaChannel() : boolean;
    

    Return Value

    True - command must keep values of alpha channel; False - command must NOT keep values of alpha channel. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also