WmfImage.BitsPerPixel
WmfImage.BitsPerPixel property
Retrieve the count of bits per pixel for the image, indicating the level of color depth or granularity. Utilize this property to determine the image’s color representation and precision, facilitating compatibility checks and color-related processing within your application.
public override int BitsPerPixel { get; }
Property Value
The image bits per pixel count.
Exceptions
exception | condition |
---|---|
NotImplementedException |
See Also
- class WmfImage
- namespace Aspose.Imaging.FileFormats.Wmf
- assembly Aspose.Imaging