​
​
​

Specifies an array of strings containing Javascript. The scripts are embedded in a PDF document at document level and they are executed, when the PDF document is opened. When the document is saved as PDF/A the scripts are not embedded.

​ Introduced: X12.

Syntax

​public string[] DocumentLevelJavaScriptActions { get; set; }
​Public Property DocumentLevelJavaScriptActions() As String()
​

Limitations

PDF only, not PDF/A.

​