Table of Contents

Class BmpOptions

Namespace
Aspose.CAD.ImageOptions
Assembly
Aspose.CAD.dll

The bmp file format creation options.

public class BmpOptions : ImageOptionsBase
Inheritance
BmpOptions
Inherited Members

Constructors

BmpOptions()

Initializes a new instance of the BmpOptions class.

BmpOptions(BmpOptions)

Initializes a new instance of the BmpOptions class.

Properties

BitsPerPixel

Gets or sets the image bits per pixel count.

Compression

Gets or sets the compression.

HorizontalResolution

Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

TargetFormat
VerticalResolution

Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.