C#
VB
C++
Specifies the type of image scaling that will be used on the image.
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
Value | Member | Description |
---|---|---|
0 | Normal | No fitting. |
1 | Fit | Fit to width or height based on the image and cell or sub-cell shape. |
2 | FitWidth | Fit to image width. |
3 | FitHeight | Fit to image height. |
4 | FitIfLarger | Fit the image to the cell only if the cell is smaller than the image. |
5 | Stretch | Stretch the image to the cell. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET