ImageBitsPerPixel Property |
Gets the image bits per pixel count.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic abstract int BitsPerPixel { get; }
Public MustOverride ReadOnly Property BitsPerPixel As Integer
Get
public:
virtual property int BitsPerPixel {
int get () abstract;
}
abstract BitsPerPixel : int with get
Property Value
Type:
Int32The image bits per pixel count.
See Also