 | AppearanceStreamModes Enumeration |
Represents an annotation appearance mode
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic enum AppearanceStreamModes
Public Enumeration AppearanceStreamModes
public enum class AppearanceStreamModes
type AppearanceStreamModes
public enum AppearanceStreamModes
Patagames.Pdf.Enums.AppearanceStreamModes = function();
Patagames.Pdf.Enums.AppearanceStreamModes.createEnum('Patagames.Pdf.Enums.AppearanceStreamModes', false);
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.
|
Remarks
An annotation can define as many as three separate appearances
See Also