Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field.TriggerEvents Class / FormatValue Property

In This Topic
    FormatValue Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property FormatValue As ActionJavaScript
    public ActionJavaScript FormatValue {get; set;}
    See Also