Click or drag to resize

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
C#
public enum PdfAnnotAppearance
Members
  Member nameValueDescription
Normal0 The normal appearance is used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.
Rollover1 The rollover appearance is used when the user moves the cursor into the annotation’s active area without pressing the mouse button.
Down2 The down appearance is used when the mouse button is pressed or held down within the annotation’s active area.
See Also