In This Topic
GdPicture14.WEB Namespace / LinkAnnotationClickBehaviour Enumeration

LinkAnnotationClickBehaviour Enumeration

In This Topic
Syntax
'Declaration
 
Public Enum LinkAnnotationClickBehaviour 
   Inherits System.Enum
public enum LinkAnnotationClickBehaviour : System.Enum 
Members
MemberValueDescription
ClickNavigation2 Clicking the annotation will follow the link destination whatever the value ofAnnotationEditorMode.
Default1 Clicking the annotation will select it with AnnotationEditorMode set to true. Clicking the annotation will follow the link destination with AnnotationEditorMode set to false.
DoubleClickNavigation3 Clicking the annotation will select it with AnnotationEditorMode set to true. Clicking the annotation will follow the link destination with AnnotationEditorMode set to false. Double-clicking the annotation will follow the link destination with AnnotationEditorMode set to true.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WEB.LinkAnnotationClickBehaviour

See Also