←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly