Click or drag to resize

PdfAppearanceTrigger Enumeration

Represents an event that triggers the showing of a particular PdfAppearance.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfAppearanceTrigger
Members
Member nameValueDescription
Normal0 The normal appearance shall be used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.
Rollover1 The rollover appearance shall be used when the user moves the cursor into the annotation's active area without pressing the mouse button.
Down2 The down appearance shall be used when the mouse button is pressed or held down within the annotation's active area.
See Also