Initializes a new instance of the MedicalViewer class object with explicit parameters.
public MedicalViewer(
bool gridmode
)
Public Function New( _
ByVal gridmode As Boolean _
)
public:
MedicalViewer(
bool gridmode
)
gridmode
A value that represents whether to initialize the MedicalViewer in grid mode. If this parameter is false the grid will be initialized in layout mode. Each cell will be able to be positioned at a specific location. Otherwise it will be in row column mode.
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