OdImageBitsPerPixel Property |
Gets the image bits per pixel count.
Namespace: Aspose.Imaging.FileFormats.OpenDocumentAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override int BitsPerPixel { get; }
Public Overrides ReadOnly Property BitsPerPixel As Integer
Get
public:
virtual property int BitsPerPixel {
int get () override;
}
abstract BitsPerPixel : int with get
override BitsPerPixel : int with get
Property Value
Type:
Int32
The image bits per pixel count.
ExceptionsException | Condition |
---|
NotImplementedException | The not implemented this property |
See Also