C#
VB
C++
Gets or sets the number of bits per pixel for the conversion.
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)]
public int BitsPerPixel { get; set; }
<DataMemberAttribute(Name="BitsPerPixel", IsRequired=True)>
Public Property BitsPerPixel As Integer
[DataMemberAttribute(Name="BitsPerPixel", IsRequired=true)]
public:
property int BitsPerPixel {
int get();
void set ( int );
}
The number of bits per pixel for the conversion. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48 and 64.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET