BmpOptions
Class BmpOptions
Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll
The API for BMP and DIB raster image format creation options provides developers with a versatile toolset for generating custom Bitmap (BMP) and Device Independent Bitmap (DIB) images. With this API, you can precisely define image characteristics such as bits per pixel, compression level and compression type, tailoring the output to meet specific requirements. This feature-rich API empowers developers to create high-quality, customized raster images with ease and flexibility for diverse applications.
public class BmpOptions : ImageOptions, IDisposable
Inheritance
object ← ImageOptions ← BmpOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BmpOptions()
Initializes a new instance of the
public BmpOptions()
Properties
BitsPerPixel
Gets or sets the bits per pixel.
public int BitsPerPixel { get; set; }
Property Value
Exceptions
unexpected option type