Represents an enumeration that determines whether to show a text over or under the spy glass control, and the type of text shown.
public enum MedicalViewerSpyGlassTextType
Public Enum MedicalViewerSpyGlassTextType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerSpyGlassTextType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | Do not display the text. |
1 | Actual | Show the actual values. When used in the MedicalViewerSpyGlass.PositionText property it will display the value in pixels. |
2 | Percentage | Display the text in a percentage form. |
Setting this enumeration to
in either MedicalViewerSpyGlass.PositionText or MedicalViewerSpyGlass.ZoomText means that the text will not be shown. Setting this enumeration to any other value will display the text.
For an example, please refer to MedicalViewerCell.SpyGlass
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