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.

public string? Script { get; set; }

Property Value

string

The text string containing the JavaScript script to be executed.

Remarks

The property may return null for existing actions. However, setting null is not allowed.