BitsPerPixel

EmfImage.BitsPerPixel property

Retrieve the bit-per-pixel count specific to raster images, as this parameter doesn’t apply to vector images. Quickly ascertain the pixel depth of raster images for precise analysis and manipulation, ensuring accurate handling of image data.

public override int BitsPerPixel { get; }

Property Value

The image bits per pixel count.

Exceptions

exceptioncondition
NotImplementedExceptionInvalid for vector images.

See Also