BitsPerPixel

SvgImage.BitsPerPixel property

Retrieves the bits per pixel count of the image. It’s important to note that this parameter is not applicable to vector images, as they are not measured in pixels. This property provides crucial information about the image’s color depth, aiding in processing and manipulation tasks.

public override int BitsPerPixel { get; }

Property Value

The image bits per pixel count.

Exceptions

exceptioncondition
NotImplementedExceptionInvalid for vector images

See Also