Class AnnotationActionCollection

AnnotationActionCollection class

Represents the collection of annotation actions.

public sealed class AnnotationActionCollection : BaseActionCollection

Properties

NameDescription
OnCalculate { get; set; }Gets or sets an action to calculate field value.
OnClosePage { get; set; }Gets or sets an action to be performed when the page containing the annotation is closed.
OnEnter { get; set; }Gets or sets an action to be performed when the cursor enters the annotation�s active area.
OnExit { get; set; }Gets or sets an action to be performed when the cursor exits the annotation�s active area.
OnFormat { get; set; }Gets or sets an action to be performed to format field value.
OnHidePage { get; set; }Gets or sets an action to be performed when the page containing the annotation is no longer visible in the viewer application�s user interface.
OnLostFocus { get; set; }Gets or sets an action to be performed when the annotation loses the input focus.
OnModifyCharacter { get; set; }Gets or sets an action to be performed when user modifies character of the field.
OnOpenPage { get; set; }Gets or sets an action to be performed when the page containing the annotation is opened.
OnPressMouseBtn { get; set; }Gets or sets an action to be performed when the mouse button is pressed inside the annotation�s active area.
OnReceiveFocus { get; set; }Gets or sets an action to be performed when the annotation receives the input focus.
OnReleaseMouseBtn { get; set; }Gets or sets an action to be performed when the mouse button is released inside the annotation�s active area.
OnShowPage { get; set; }Gets or sets an action to be performed when the page containing the annotation becomes visible in the viewer application�s user interface.
OnValidate { get; set; }Gets or sets an action to be performed when user changes contents of the field.

Methods

NameDescription
RemoveActions()Removes all actions of the annotation.

See Also