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

exceptioncondition
NotImplementedExceptionThe not implemented this property

See Also