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