BitsPerPixel

PngImage.BitsPerPixel property

Retrieve the bits per pixel value for the image. This property provides crucial information regarding the color depth of the image, enabling developers to understand the level of detail and color accuracy present in the image data.

public override int BitsPerPixel { get; }

See Also