Gets the bits per pixel of the RasterImage object being created.
public int BitsPerPixel { get; }
Public ReadOnly Property BitsPerPixel As Integer
public int BitsPerPixel {get;}
get_BitsPerPixel();
public:
property int BitsPerPixel {
int get();
}
The bits per pixel of the RasterImage object being created. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48 or 64.
You cannot change the width, height, bits/pixel, order or size of the RasterImage object being created. You can however inspect and change the memory model (conventional, disk, tiled, etc.).
For an example, refer to RasterDefaults.SetRasterImageAllocateCallback.
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