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

GetCellImage() Method

Example 





Returns a printable version of the cell.
Syntax
public Image GetCellImage()
'Declaration
 
Public Overloads Function GetCellImage() As Image
'Usage
 
Dim instance As MedicalViewerCell
Dim value As Image
 
value = instance.GetCellImage()
public Image GetCellImage()
 function Leadtools.MedicalViewer.MedicalViewerCell.GetCellImage()()
public:
Image^ GetCellImage(); 

Return Value

System.Drawing.Image object which is the printable version of the cell.
Remarks
Example
 
Public Sub MedicalViewerSaveCellExample()
      Dim myForm As MedicalViewerForm = GetMedicalControl()
      Dim medicalViewer As MedicalViewer = myForm.Viewer
      Dim myImage As Image = (CType(medicalViewer.Cells(0), MedicalViewerMultiCell)).GetCellImage()
      myImage.Save(Path.Combine(LEAD_VARS.ImagesDir, "FirstCell.bmp"))

      myImage.Dispose()
      myForm.ShowDialog()
   End Sub

Public NotInheritable Class LEAD_VARS
   Public Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"
End Class
public void MedicalViewerSaveCellExample()
   {
      MedicalViewerForm myForm = GetMedicalControl();
      MedicalViewer medicalViewer = myForm.Viewer;
      Image myImage = ((MedicalViewerMultiCell)(medicalViewer.Cells[0])).GetCellImage();
      myImage.Save(Path.Combine(LEAD_VARS.ImagesDir,"FirstCell.bmp"));

      myImage.Dispose();
      myForm.ShowDialog();
   }

static class LEAD_VARS
{
   public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";
}
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

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

 

 


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