EpsImageBitsPerPixel Property |
Gets the image bits per pixel count.
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override int BitsPerPixel { get; }
Public Overrides ReadOnly Property BitsPerPixel As Integer
Get
public:
virtual property int BitsPerPixel {
int get () override;
}
abstract BitsPerPixel : int with get
override BitsPerPixel : int with get
Property Value
Type:
Int32The image bits per pixel count.
See Also