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
Syntaxpublic int BitsPerPixel { get; set; }
Public Property BitsPerPixel As Integer
Get
Set
public:
property int BitsPerPixel {
int get ();
void set (int value);
}
member BitsPerPixel : int with get, set
Property Value
Type:
Int32The image bits per pixel count.
See Also