Returns a printable version of the cell.
public Image GetCellImage(bool exploded,MedicalViewerCellImageFeatures features)
Public Overloads Function GetCellImage( _ByVal exploded As Boolean, _ByVal features As MedicalViewerCellImageFeatures _) As Image
public:Image^ GetCellImage(bool exploded,MedicalViewerCellImageFeatures features)
exploded
true to print the sub-cell, but after scaling it up to fit the entire cell area.
features
An Enumerated MedicalViewerCellImageFeatures value that lets you select which part of the cell besides the image to draw.
System.Drawing.Image object which is the printable version of the cell.
using Leadtools;using Leadtools.Codecs;using Leadtools.MedicalViewer;using Leadtools.ImageProcessing.Core;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";}
Imports LeadtoolsImports Leadtools.CodecsImports Leadtools.MedicalViewerImports Leadtools.ImageProcessing.CorePublic Sub MedicalViewerSaveCellExample()Dim myForm As MedicalViewerForm = GetMedicalControl()Dim medicalViewer As MedicalViewer = myForm.ViewerDim myImage As Image = (CType(medicalViewer.Cells(0), MedicalViewerMultiCell)).GetCellImage()myImage.Save(Path.Combine(LEAD_VARS.ImagesDir, "FirstCell.bmp"))myImage.Dispose()myForm.ShowDialog()End SubPublic NotInheritable Class LEAD_VARSPublic Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"End Class
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
