BmpOptionsBitsPerPixel Property

Gets or sets the image bits per pixel count.

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public int BitsPerPixel { get; set; }

Property Value

Type: Int32
The image bits per pixel count.
See Also