The MedicalViewerScaleMode Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies the type of image scaling that will be used on the image.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerScaleMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerScaleMode | |
| C# | |
|---|---|
public enum MedicalViewerScaleMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerScaleMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Fit | Fit to width or height based on the image and cell or sub-cell shape. |
| FitHeight | Fit to image height. |
| FitWidth | Fit to image width. |
| Normal | No fitting. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerScaleMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code