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()
Properties
Specifies whether the BMP should be written using the BITMAPV5HEADER with valid alpha channel content.
public bool? EnableV5Header32bppBGRA { get; set; }
Property Value
- bool?