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