LEADTOOLS Medical (Leadtools.MedicalViewer assembly)
LEAD Technologies, Inc

MedicalViewerLayoutOptions Class

Example 





Members 
Represents the class that is used to configure layout options of the Medical Viewer.
Object Model
MedicalViewerLayoutOptions Class
Syntax
public class MedicalViewerLayoutOptions 
'Declaration
 
Public Class MedicalViewerLayoutOptions 
'Usage
 
Dim instance As MedicalViewerLayoutOptions
public sealed class MedicalViewerLayoutOptions 
function Leadtools.MedicalViewer.MedicalViewerLayoutOptions()
public ref class MedicalViewerLayoutOptions 
Remarks
The options are only valid for a control that was created in layout mode. For information on creating the control in layout mode refer to MedicalViewer.MedicalViewer Constructor(Boolean)
Example
 
Public Sub MedicorViewerLayoutExample1()
   Dim myForm As MedicalViewerForm = GetMedicalControl()
   Dim medicalViewer As MedicalViewer = myForm.Viewer

   ' Set the LayoutOptions
   medicalViewer.LayoutOptions.AllowOverlappingCells = False
   medicalViewer.LayoutOptions.DesignTool = MedicalViewerDesignTool.Draw
   medicalViewer.LayoutOptions.GridSize = New Size(8, 8)
   medicalViewer.LayoutOptions.RectBackColor = Color.Yellow
   medicalViewer.LayoutOptions.RectForeColor = Color.Red
   medicalViewer.LayoutOptions.ShowGrid = True
   medicalViewer.LayoutOptions.ShowPosition = True
   medicalViewer.LayoutOptions.SnapToGrid = True
   medicalViewer.LayoutOptions.UserMode = MedicalViewerUserMode.Design

   '
   ' Show only if created in layout mode
   '
   If medicalViewer.GridMode = False Then
      myForm.ShowDialog()
   End If
End Sub
public void MedicorViewerLayoutExample1()
{
    MedicalViewerForm myForm = GetMedicalControl();
    MedicalViewer medicalViewer = myForm.Viewer;

    // Set the LayoutOptions
    medicalViewer.LayoutOptions.AllowOverlappingCells = false;
    medicalViewer.LayoutOptions.DesignTool = MedicalViewerDesignTool.Draw;
    medicalViewer.LayoutOptions.GridSize = new Size(8, 8);
    medicalViewer.LayoutOptions.RectBackColor = Color.Yellow;
    medicalViewer.LayoutOptions.RectForeColor = Color.Red;
    medicalViewer.LayoutOptions.ShowGrid = true;
    medicalViewer.LayoutOptions.ShowPosition = true;
    medicalViewer.LayoutOptions.SnapToGrid = true;
    medicalViewer.LayoutOptions.UserMode = MedicalViewerUserMode.Design;

    //
    // Show only if created in layout mode
    //

    if(medicalViewer.GridMode == false)
        myForm.ShowDialog();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalViewerLayoutOptions Members
Leadtools.MedicalViewer Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features