AnnotationAdditionalActions Properties |
The AnnotationAdditionalActions type exposes the following members.
Name | Description | |
---|---|---|
OnClickDown |
Gets the PdfActionList for when the mouse is clicked when the cursor is in the area of an annotation.
| |
OnClickUp |
Gets the PdfActionList for when the mouse is released after a click within the area of an annotation.
| |
OnCursorIn |
Gets the PdfActionList for when the cursor enters the area of an annotation.
| |
OnCursorOut |
Gets the PdfActionList for when the cursor leaves the area of an annotation.
| |
OnFieldFormatting |
Gets the PdfJavaScriptActionList for when a field is about to be displayed. This action may
change the field's value.
| |
OnFieldRecalculating |
Gets the PdfJavaScriptActionList for when changes in other fields would require this field
to be recalculated.
| |
OnFieldValueChanging |
Gets the PdfJavaScriptActionList for when a field's value is changing. This action may check
for validity.
| |
OnFocusIn |
Gets the PdfActionList for when the annotation gets focus from the application.
| |
OnFocusOut |
Gets the PdfActionList for when the annotation loses focus from the application.
| |
OnKeyDown |
Gets the PdfJavaScriptActionList for when a key is entered in a text for field, a pop-up box,
or a list box.
| |
OnPageClosed |
Gets the PdfActionList for when the page on which the annotation appears is closed.
| |
OnPageInView |
Gets the PdfActionList for when the page on which the annotation appears comes into view.
| |
OnPageOpened |
Gets the PdfActionList for when the page on which the annotation appears is opened.
| |
OnPageOutOfView |
Gets the PdfActionList for when the page on which the annotation appears moves out of view.
|