MedicalViewerScaleMode Enumeration

Summary

Specifies the type of image scaling that will be used on the image.

Syntax
C#
VB
C++
public enum MedicalViewerScaleMode 
  
Public Enum MedicalViewerScaleMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
            public enum class MedicalViewerScaleMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0Normal No fitting.
1Fit Fit to width or height based on the image and cell or sub-cell shape.
2FitWidth Fit to image width.
3FitHeight Fit to image height.
4FitIfLarger Fit the image to the cell only if the cell is smaller than the image.
5Stretch Stretch the image to the cell.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly