PdfAppearanceTrigger Enumeration |
Represents an event that triggers the showing of a particular
PdfAppearance.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public enum PdfAppearanceTrigger
Public Enumeration PdfAppearanceTrigger
Members Member name | Value | Description |
---|
Normal | 0 |
The normal appearance shall be used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.
|
Rollover | 1 |
The rollover appearance shall be used when the user moves the cursor into the annotation's active area without pressing the mouse button.
|
Down | 2 |
The down appearance shall be used when the mouse button is pressed or held down within the annotation's active area.
|
See Also