PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
A JavaScript action to be performed when the field's value is changed. This allows the new value to be checked for validity.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
| C# |
|---|
public void SetAction_OnChange( string javaScript ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetAction_OnChange ( _ javaScript As String _ ) |
| Visual C++ |
|---|
public: void SetAction_OnChange( String^ javaScript ) |
Parameters
- javaScript
- Type: System..::.String