GetCellImage(bool,LeadRectD,MedicalViewerCellImageFeatures) Method

Summary

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

Syntax
C#
C++/CLI
public:  
   Image^ GetCellImage( 
      bool exploded, 
      LeadRectD^ displayRect, 
      MedicalViewerCellImageFeatures^ features 
   ) 

Parameters

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.

Return Value

System.Drawing.Image object which is 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.