Skip to main content

PdfAnnotationActions Properties

Represents actions that can be performed with the annotation in the document.
Name Description
CursorEntered Gets an action that is performed when the cursor enters the annotation’s active area.
CursorExited Gets an action that is performed when the cursor exits the annotation’s active area.
InputFocusLost Gets an action that is performed when the annotation loses the input focus.
InputFocusReceived Gets an action that is performed when the annotation receives the input focus.
MouseButtonPressed Gets an action that is performed when the mouse button is pressed inside the annotation’s active area.
MouseButtonReleased Gets an action that is performed when the mouse button is released inside the annotation’s active area.
PageBecameInvisible Gets an action that is performed when the page containing the annotation is no longer visible in the reader’s user interface.
PageBecameVisible Gets an action that is performed when the page containing the annotation becomes visible.
PageClosed Gets an action that is performed when the page containing the annotation is closed.
PageOpened Gets an action that is performed when the page containing the annotation is opened.
See Also