CdrImagePageBitsPerPixel Property |
Gets the image bits per pixel count.
Namespace: Aspose.Imaging.FileFormats.CdrAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
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:
Int32
The image bits per pixel count.
ExceptionsException | Condition |
---|
NotImplementedException | |
See Also