DocumentJavaScript Constructor

Initializes a new instance of the DocumentJavaScript class.

public DocumentJavaScript(string name, string javaScript)
Public Sub New (name As String, javaScript As String)

Parameters

name
String

The name for the JavaScript.

javaScript
String

The JavaScript.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DocumentJavaScript
ceTe.DynamicPDF

In this topic