[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.Field.TriggerEvents.FormatValue

FormatValue Property

FormatValue

Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field’s value before formatting.

Declaration
public ActionJavaScript FormatValue { get; set; }
Public Property FormatValue As ActionJavaScript