AnnotationAdditionalActions Class |
Namespace: Atalasoft.PdfDoc.Actions
The AnnotationAdditionalActions type exposes the following members.
Name | Description | |
---|---|---|
AnnotationAdditionalActions |
Initializes a new instance of the AnnotationAdditionalActions class. Each action event is initialized
to an empty PdfActionList |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEmpty |
Determines whether all PdfActionList objects are empty.
| |
MakeRepairContext |
Makes the repair context for repairing problems in this object. An object implementing IValidatable
should at least return an empty RepairContext object.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the class and adds to the problem list.
|