Gets a value that indicates which bits per pixel to use. For a listing of the bits per pixel supported by each format, refer to the RasterDialogFileTypesIndex enumeration.
public int BitsPerPixel { get; set; }
Public Property BitsPerPixel As Integer
public:
property int BitsPerPixel {
int get();
void set ( int value);
}
The bits per pixel.
This is the value that should be passed for the bitsPerPixel parameter when calling the Leadtools.Codecs.RasterCodecs.Save(leadtools.rasterimage,system.uri,leadtools.rasterimageformat,system.int32,system.int32,system.int32) method.
Refer to RasterSaveDialog example.
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