PDFANNOTATION_Action
IPDFDocument3 :: Annotations

See Also
Collapse All

This property gets or sets an action index of the current annotation.

Syntax

LONG PDFANNOTATION_Action { get; set; }
Value
An action index of the current annotation. This index can be retrieved from any action creating function, such as CreateJavascriptAction.

Remarks

The property contains an action executed after clicking an annotation, such as a Control or Action annotation.

Equivalent in new interface: IPDFDocument4::AnnotAction.

See Also

Reference