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

exceptioncondition
NotImplementedException

See Also