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.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.

PdfException

The library can not parse a stream with JavaScript.

ArgumentNullException

value is null.