OdImage.BitsPerPixel
OdImage.BitsPerPixel property
Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations.
public override int BitsPerPixel { get; }
Property Value
The image bits per pixel count.
Exceptions
exception | condition |
---|---|
NotImplementedException | The not implemented this property |
See Also
- class OdImage
- namespace Aspose.Imaging.FileFormats.OpenDocument
- assembly Aspose.Imaging