AnnotAnnotationState Enumeration |
Annotation Appearance types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum AnnotAnnotationState
Public Enumeration AnnotAnnotationState
public enum class AnnotAnnotationState
pdftron.PDF.AnnotAnnotationState = function();
pdftron.PDF.AnnotAnnotationState.createEnum('pdftron.PDF.AnnotAnnotationState', false);
Members
| Member name | Value | Description |
---|
| e_normal | 0 | The normal appearance is used when the annotation is not interacting
with the user. This appearance is also used for printing the annotation. |
| e_rollover | 1 | The rollover appearance is used when the user moves the cursor into the
annotation’s active area without pressing the mouse button. |
| e_down | 2 | The down appearance is used when the mouse button is pressed or held down
within the annotation’s active area. |
See Also