BitsPerPixel Property
Summary
Gets the bits per pixel of the image.
Syntax
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)]
public int BitsPerPixel { get; }
Public ReadOnly Property BitsPerPixel As Integer
public:
property int BitsPerPixel {
int get();
}
Property Value
The bits per pixel of the image.