Gets the JavaScript onUnLoad command.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public string JavaScript_onUnLoad { get; set; } |
| Visual Basic |
|---|
Public Property JavaScript_onUnLoad As String Get Set |
| Visual C++ |
|---|
public: property String^ JavaScript_onUnLoad { String^ get (); void set (String^ value); } |