Gets or sets the text string containing the JavaScript script to
be executed.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Script { get; set; }
VB
Public Property Script As String
Get
Set
Property Value
Type:
StringThe text string containing the JavaScript script to
be executed.
Remarks
The value can not be null.
See Also