SvgImage.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
exception | condition |
---|---|
NotImplementedException | Invalid for vector images |
See Also
- class SvgImage
- namespace Aspose.Imaging.FileFormats.Svg
- assembly Aspose.Imaging