Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfAcroFormValueFormat.FormatScript Property

Gets or sets the JavaScript to be performed before the field is formatted. This action may modify the field’s value before formatting.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public string FormatScript { get; set; }

Property Value

Type Description
String

The format script.

See Also