Click or drag to resize

AnnotationAdditionalActions Class

Represents a set of actions that are available to annotations on particular events. These actions allow the creation of interactive PDF documents.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.ActionsAnnotationAdditionalActions

Namespace:  Atalasoft.PdfDoc.Actions
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class AnnotationAdditionalActions : IValidatable

The AnnotationAdditionalActions type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationAdditionalActions
Initializes a new instance of the AnnotationAdditionalActions class. Each action event is initialized to an empty PdfActionList
Top
Properties
  NameDescription
Public propertyOnClickDown
Gets the PdfActionList for when the mouse is clicked when the cursor is in the area of an annotation.
Public propertyOnClickUp
Gets the PdfActionList for when the mouse is released after a click within the area of an annotation.
Public propertyOnCursorIn
Gets the PdfActionList for when the cursor enters the area of an annotation.
Public propertyOnCursorOut
Gets the PdfActionList for when the cursor leaves the area of an annotation.
Public propertyOnFieldFormatting
Gets the PdfJavaScriptActionList for when a field is about to be displayed. This action may change the field's value.
Public propertyOnFieldRecalculating
Gets the PdfJavaScriptActionList for when changes in other fields would require this field to be recalculated.
Public propertyOnFieldValueChanging
Gets the PdfJavaScriptActionList for when a field's value is changing. This action may check for validity.
Public propertyOnFocusIn
Gets the PdfActionList for when the annotation gets focus from the application.
Public propertyOnFocusOut
Gets the PdfActionList for when the annotation loses focus from the application.
Public propertyOnKeyDown
Gets the PdfJavaScriptActionList for when a key is entered in a text for field, a pop-up box, or a list box.
Public propertyOnPageClosed
Gets the PdfActionList for when the page on which the annotation appears is closed.
Public propertyOnPageInView
Gets the PdfActionList for when the page on which the annotation appears comes into view.
Public propertyOnPageOpened
Gets the PdfActionList for when the page on which the annotation appears is opened.
Public propertyOnPageOutOfView
Gets the PdfActionList for when the page on which the annotation appears moves out of view.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Determines whether all PdfActionList objects are empty.
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object. An object implementing IValidatable should at least return an empty RepairContext object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the class and adds to the problem list.
Top
See Also