EmfImage.BitsPerPixel
EmfImage.BitsPerPixel property
获取光栅图像特有的每像素位数,因为该参数不适用于矢量图像。快速确定光栅图像的像素深度,以便进行精确分析和操作,确保图像数据的准确处理。
public override int BitsPerPixel { get; }
Property Value
图像每像素位数。
异常
| 异常 | 条件 |
|---|---|
| NotImplementedException | 对矢量图像无效。 |
另请参见
- class EmfImage
- namespace Aspose.Imaging.FileFormats.Emf
- assembly Aspose.Imaging