C#
VB
C++
Gets and sets the resulting image pixel depth.
public int DisplayDepth { get; set; }
Public Property DisplayDepth As Integer
public:
property int DisplayDepth {
int get();
void set ( int value);
}
The resulting image pixel depth, must be 1, 4, 8, or 24.
Refer to RasterOpenDialog 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