The layout features of the of LEADTOOLS Leadtools.MedicalViewer.MedicalViewer allow you to lay out cells within the viewer at user-specified positions. In order to use the layout features the MedicalViewer has to be created using the MedicalViewer(bool gridmode) constructor. Specify false for the grid mode to have the control created in layout mode.
Use the MedicalViewer.LayoutOptions property to set user-specific options for layout.
Layout position can be set for cells using the MedicalViewerBaseCell(MedicalViewerLayoutPosition location) constructor. Additionally, the layout for a cell can be changed using the MedicalViewerBaseCell.Position property.
The layout features of the MedicalViewer also include a design mode that allows you to use a mouse to move and resize the cells interactively. To change the viewer to design mode use the MedicalViewerLayoutOptions.UserMode property. Use the MedicalViewerLayoutOptions.DesignTool object to change the current tool available in design mode. When in design mode, cells can be aligned to a grid to allow for easier layout. To enable the snap-to-grid functionality use the MedicalViewerLayoutOptions.SnapToGridproperty. You can also control the size of the grid by using the MedicalViewerLayoutOptions.GridSize property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document