[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.BmpOptions

Class BmpOptions

Namespace
GrapeCity.Documents.Imaging.Windows
Assembly
GcDocs.Imaging.Windows.dll

Encoder options supported by the native BMP codec.

public class BmpOptions : BaseOptions
Inheritance
BmpOptions
Inherited Members

Constructors

BmpOptions()

public BmpOptions()

Properties

EnableV5Header32bppBGRA

Specifies whether the BMP should be written using the BITMAPV5HEADER with valid alpha channel content.

public bool? EnableV5Header32bppBGRA { get; set; }

Property Value

bool?

Remarks

The default value is false.