The Formatted Value.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public virtual string FormattedValue { get; }
Visual Basic
Public Overridable ReadOnly Property FormattedValue As String
	Get

Remarks

for XFA documents the Picture-Clause will be executed. For classic document the FormatAction (JavaScript code) is executed (depending on document.ScriptBehavior setting).

See Also