Table of Contents

Property Script

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Script

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

public string? Script { get; set; }

Property Value

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.