keepAlphaChannel Property (ChangePixelFormatToBgrRequestParams)
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.
'Declaration
Public Property keepAlphaChannel As Boolean
public bool keepAlphaChannel { get; set; }
public: __property bool get_keepAlphaChannel();
public: __property void set_keepAlphaChannel(
bool
);
public:
property bool keepAlphaChannel {
bool get();
void set(bool );
}
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.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5