←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly