VintaSoft Imaging .NET SDK 15.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; }

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: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also