MedicalViewerAnnotationFlags Enumeration

Summary

Determines which annotation objects use the new setting.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum MedicalViewerAnnotationFlags 
  
<FlagsAttribute()> 
Public Enum MedicalViewerAnnotationFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
            [FlagsAttribute()] 
public enum class MedicalViewerAnnotationFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000Selected Apply on the selected object.
0x00000001AllObjects Apply on objects that have the same type. (All rulers or all arrows).
0x00000002AllAnnotation Apply on all annotation objects.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly