Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / BmpOptions Class / EnableV5Header32bppBGRA Property

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