Click or drag to resize

AnnotAnnotationState Enumeration

Annotation Appearance types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum AnnotAnnotationState
Members
  Member nameValueDescription
e_normal0The normal appearance is used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.
e_rollover1The rollover appearance is used when the user moves the cursor into the annotation’s active area without pressing the mouse button.
e_down2The down appearance is used when the mouse button is pressed or held down within the annotation’s active area.
See Also