'Declaration
Public Enum LinkAnnotationClickBehaviour Inherits System.Enum
public enum LinkAnnotationClickBehaviour : System.Enum
'Declaration
Public Enum LinkAnnotationClickBehaviour Inherits System.Enum
public enum LinkAnnotationClickBehaviour : System.Enum
Member | Value | Description |
---|---|---|
ClickNavigation | 2 | Clicking the annotation will follow the link destination whatever the value ofAnnotationEditorMode. |
Default | 1 | Clicking the annotation will select it with AnnotationEditorMode set to true. Clicking the annotation will follow the link destination with AnnotationEditorMode set to false. |
DoubleClickNavigation | 3 | 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. |
System.Object
System.ValueType
System.Enum
GdPicture14.WEB.LinkAnnotationClickBehaviour