[]
        
(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
object
BmpOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

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.