ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / BmpOptions Class / EnableV5Header32bppBGRA Property

In This Topic
    EnableV5Header32bppBGRA Property (BmpOptions)
    In This Topic
    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