Appearance mode enumeration of annotation.

const annotAppearanceMode = Enum.FPD_AnnotAppearanceMode.NormalAppearanceMode;

Enumeration Members

DownAppearanceMode: 2

Used when the mouse button is pressed or held down within the annotation’s active area.

NormalAppearanceMode: 0

Used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.

RolloverAppearanceMode: 1

Used when the user moves the cursor into the annotation’s active area without pressing the mouse button.