PDF .NET Library Documentation - PDF Technologies, Inc.
A JavaScript action to be performed before the field is formatted to display its current value. This allows the field's value to be modified before formatting.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public void SetAction_OnBeforeFormatting(
	string javaScript
)
Visual Basic (Declaration)
Public Sub SetAction_OnBeforeFormatting ( _
	javaScript As String _
)
Visual C++
public:
void SetAction_OnBeforeFormatting(
	String^ javaScript
)

Parameters

javaScript
Type: System..::.String

See Also