Actions
IPDFDocument3

See Also
Collapse All

Methods and properties category for making actions in a PDF.

AddControlToAction This function associates an action with a control.
CreateGoToPageAction Creates an action that moves the view to a new destination in a PDF document.
CreateImportDataAction Creates an action that loads data from an FDF file into a PDF form.
CreateJavascriptAction Creates a JavaScript action in a PDF document.
CreateResetFormAction Creates an action for resetting PDF form fields.
CreateSubmitFormAction Creates an action that submits PDF form fields.
CreateURLAction Creates an action associated with a URL.
CreateVisibleControlAction Creates actions for showing or hiding controls.
OpenDocumentAction This property gets or sets an action to be performed when the document is opened.
PDFANNOTATION_OnBeforeFormatting This property gets or sets a JavaScript action to be performed before a field is formatted to display its current value.
PDFANNOTATION_OnChange Gets or sets a JavaScript action to be performed when the field value is changed.
PDFANNOTATION_OnKeyPress This property gets or sets a JavaScript action to be performed when a field value is changed.
PDFANNOTATION_OnSetFocus This property gets or sets an action to be performed when the PDF control receives the input focus.
PDFANNOTATION_OnLostFocus This property gets or sets an action to be performed when the PDF control loses the input focus.
PDFANNOTATION_OnMouseDown This property gets or sets an action to be performed when the mouse button is pressed inside a PDF control's active area.
PDFANNOTATION_OnMouseUp This property gets or sets an action to be performed when the mouse button is released inside a PDF control's active area.
PDFANNOTATION_OnMouseEnter This property gets or sets an action to be performed when the cursor enters a PDF control's active area.
PDFANNOTATION_OnMouseExit This property gets or sets an action to be performed when the cursor exits a PDF control's active area.
PDFANNOTATION_OnOtherControlChanged This method gets or sets a JavaScript action to be performed when the value of another field changes, thus recalculating the value of the current field.

See Also

Reference