| PdfAnnotAppearance Enumeration |
An annotation can define as many as three separate appearances.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public enum PdfAnnotAppearance
Members
| Member name | Value | Description |
---|
| 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.
|
| Rollover | 1 |
The rollover appearance is used when the user moves the
cursor into the annotation’s active area without pressing
the mouse button.
|
| Down | 2 |
The down appearance is used when the mouse button is pressed
or held down within the annotation’s active area.
|
See Also