PdfAnnotationActions Properties
Represents actions that can be performed with the annotation in the document.
Name | Description |
---|---|
Cursor |
Gets an action that is performed when the cursor enters the annotation’s active area. |
Cursor |
Gets an action that is performed when the cursor exits the annotation’s active area. |
Input |
Gets an action that is performed when the annotation loses the input focus. |
Input |
Gets an action that is performed when the annotation receives the input focus. |
Mouse |
Gets an action that is performed when the mouse button is pressed inside the annotation’s active area. |
Mouse |
Gets an action that is performed when the mouse button is released inside the annotation’s active area. |
Page |
Gets an action that is performed when the page containing the annotation is no longer visible in the reader’s user interface. |
Page |
Gets an action that is performed when the page containing the annotation becomes visible. |
Page |
Gets an action that is performed when the page containing the annotation is closed. |
Page |
Gets an action that is performed when the page containing the annotation is opened. |
See Also