ComponentOne Bitmap for UWP
EnableV5Header32bppBGRA Property (BmpOptions)

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > BmpOptions Class : EnableV5Header32bppBGRA Property
Specifies whether the BMP should be written using the BITMAPV5HEADER with valid alpha channel content.
Syntax
'Declaration
 
Public Property EnableV5Header32bppBGRA As System.Nullable(Of Boolean)
public System.Nullable<bool> EnableV5Header32bppBGRA {get; set;}
Remarks
The default value is false.
See Also

Reference

BmpOptions Class
BmpOptions Members