←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 : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize