Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Actions
AnnotationActionsModel Class
Provides all annotation actions.
csharp
public class AnnotationActionsModel
Inheritance System.Object 🡒 AnnotationActionsModel
Properties | |
---|---|
EnterAction | Enter actions are executed when the mouse enters the annotation's area. |
ExitAction | Exit actions are executed when the mouse leaves the annotation's area. |
GainFocusAction | These actions are performed when the annotation gains focus. |
LoseFocusAction | "Blur" focus actions are performed when the annotation loses focus. |
MouseDownAction | Mouse down actions are executed when the mouse button is pressed. |
MouseUpAction | Mouse up actions are executed when the mouse button is released. |
PageCloseAction | Performed when the annotation's page is closed. |
PageInvisibleAction | Performed when the annotation's page becomes invisible. |
PageOpenAction | Performed when the annotation's page is opened. |
PageVisibleAction | Performed when the annotation's page becomes visible. |