The MedicalViewerAnnotationFlags Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Determines which annotation objects use the new setting.| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum MedicalViewerAnnotationFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerAnnotationFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum MedicalViewerAnnotationFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class MedicalViewerAnnotationFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AllAnnotation | Apply on all annotation objects. |
| AllObjects | Apply on objects that have the same type. (All rulers or all arrows). |
| Selected | Apply on the selected object. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerAnnotationFlags
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