Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Actions

AnnotationActionsModel Class

Provides all annotation actions.

csharp
public class AnnotationActionsModel

Inheritance System.Object 🡒 AnnotationActionsModel

Properties
EnterActionEnter actions are executed when the mouse enters the annotation's area.
ExitActionExit actions are executed when the mouse leaves the annotation's area.
GainFocusActionThese actions are performed when the annotation gains focus.
LoseFocusAction"Blur" focus actions are performed when the annotation loses focus.
MouseDownActionMouse down actions are executed when the mouse button is pressed.
MouseUpActionMouse up actions are executed when the mouse button is released.
PageCloseActionPerformed when the annotation's page is closed.
PageInvisibleActionPerformed when the annotation's page becomes invisible.
PageOpenActionPerformed when the annotation's page is opened.
PageVisibleActionPerformed when the annotation's page becomes visible.