C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the number of bits per pixel for the conversion.
public int BitsPerPixel { get; set; }
Public Property BitsPerPixel As Integer
public int BitsPerPixel {get; set;}
@property (nonatomic, assign) NSInteger bitsPerPixel
public int getBitsPerPixel()
public void setBitsPerPixel(int value)
<br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>Object.defineProperty('BitsPerPixel');
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.
For an example, refer to ColorResolutionCommand
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