EpsImage.BitsPerPixel

EpsImage.BitsPerPixel property

使用此属性可轻松获取图像的精确位深。检索每像素位数,提供有关图像颜色深度的关键洞察,并有助于优化处理任务。非常适合需要对图像操作和分析进行细粒度控制的应用程序。

public override int BitsPerPixel { get; }

异常

异常条件
NotSupportedException

另请参见