PdfRenditionAction.Script Property

Gets or sets the text string containing the JavaScript script to be executed when the action is triggered.

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: String
The text string containing the JavaScript script to be executed when the action is triggered.

Remarks

The value can be null if there is an operation associated with this action. Use null for the value, when you want the script to be removed from the action.

See Also