GetCellImage(int,ValueType,bool,MedicalViewerCellImageFeatures) Method

Summary

Returns a printable version of the sub-cell using the specified dimensions.

Syntax
C#
C++/CLI
public Image GetCellImage( 
   int subCellIndex, 
   ValueType rect, 
   bool exploded, 
   MedicalViewerCellImageFeatures features 
) 
public:  
   Image^ GetCellImage( 
      Int32 subCellIndex, 
      ValueType^ rect, 
      bool exploded, 
      MedicalViewerCellImageFeatures^ features 
   ) 

Parameters

subCellIndex

Index value of the sub-cell to print.

rect

Rectangle specifying the size of the output image.

exploded

true to print the sub-cell after is scaled up to fit the entire cell area. Otherwise, is false.

features

A MedicalViewerCellImageFeatures value to select cell features besides the image to draw.

Return Value

The System.Drawing.Image object representing the printable version of the cell.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.