C#
VB
C++
Gets the format bits per pixel. For a listing of the bits per pixel supported by each format, refer to the RasterDialogFileTypesIndex enumeration.
public int BitsPerPixel { get; }
Public ReadOnly Property BitsPerPixel As Integer
public:
property int BitsPerPixel {
int get();
}
The format bits per pixel.
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