ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 Nullable(Of Boolean)
    public Nullable<bool> EnableV5Header32bppBGRA {get; set;}
    Remarks
    The default value is false.
    See Also