PDFANNOTATION_OnBeforeFormatting
IPDFDocument3 :: Actions

See Also
Collapse All

This property gets or sets a JavaScript action to be performed before a field is formatted to display its current value. It allows the field's value to be modified before formatting.

Syntax

LONG PDFANNOTATION_OnBeforeFormatting { get; set; }
Value
Index of the action

Remarks

The index of the action can be retrieved from any action creating function such asĀ  CreateJavaScriptAction.

Equivalent in new interface: IPDFDocument4::OnControlBeforeFormatting.

See Also

Reference