OnControlBeforeFormatting
IPDFDocument4 :: Annotations

See Also
Collapse All

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

Syntax

LONG OnControlBeforeFormatting { get; set; }
Value
Number of the action

Remarks

The number of the action can be retrieved by using the CreateJavaScriptAction method.

See Also

Reference