VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ChangePixelFormatToBgrRequestParams Class / keepAlphaChannel Property
Syntax Requirements SeeAlso
In This Topic
    keepAlphaChannel Property (ChangePixelFormatToBgrRequestParams)
    In This Topic
    Gets or sets 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
    'Declaration
    
    Public Property keepAlphaChannel As Boolean
    
    
    public bool keepAlphaChannel { get; set; }
    
    
    public: __property bool get_keepAlphaChannel();
    public: __property void set_keepAlphaChannel(
    bool value
    );
    public:
    property bool keepAlphaChannel { bool get(); void set(bool value); }

    Property Value

    True - command must keep values of alpha channel in image; False - command must NOT keep values of alpha channel in image.
    Default value is False.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also