PDF .NET Library Documentation - PDF Technologies, Inc.
A JavaScript action to be performed when the value of another field changes, in order to recalculate the value of this field.
Namespace:
PDFTech
Assembly:
PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void SetAction_OnOtherControlChanged(
string javaScript
) |
Visual Basic (Declaration) |
---|
Public Sub SetAction_OnOtherControlChanged ( _
javaScript As String _
) |
Visual C++ |
---|
public:
void SetAction_OnOtherControlChanged(
String^ javaScript
) |
See Also