Returns a printable version of the cell using the specified dimensions.
public Image GetCellImage(
bool exploded,
LeadRectD displayRect,
MedicalViewerCellImageFeatures features
)
Public Function GetCellImage(
ByVal exploded As Boolean,
ByVal displayRect As LeadRectD,
ByVal features As MedicalViewerCellImageFeatures
) As Image
public:
Image^ GetCellImage(
bool exploded,
LeadRectD^ displayRect,
MedicalViewerCellImageFeatures^ features
)
exploded
Set it to true to print the sub-cell after scaling it up to fit the entire cell area. Otherwise, set it to false.
displayRect
The desired LeadRectD used to specify the size of the output image.
features
A 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.
Use GetCellImage to save the image along with specified parts of the cell like annotations, tags, border, rulers and any drawings on the cell. For more information about the cell, refer to Medical Viewer Cells.
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