TiffOptionsBitsPerPixel Property |
Gets the bits per pixel.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic int BitsPerPixel { get; }
Public ReadOnly Property BitsPerPixel As Integer
Get
public:
property int BitsPerPixel {
int get ();
}
member BitsPerPixel : int with get
Property Value
Type:
Int32
The bits per pixel.
See Also