DocumentJavaScriptList.Item Property

Overloads

DocumentJavaScriptList[Int32]Gets the DocumentJavaScript at the given index.
DocumentJavaScriptList[String]Gets the DocumentJavaScript with the given name.

DocumentJavaScriptList[Int32]

Gets the DocumentJavaScript at the given index.

public DocumentJavaScript this[int index] { get; }
Public Property Item(index As Integer) As DocumentJavaScript

Property Value

DocumentJavaScript

Licensing Info

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

DocumentJavaScriptList[String]

Gets the DocumentJavaScript with the given name.

public DocumentJavaScript this[string name] { get; }
Public Property Item(name As String) As DocumentJavaScript

Property Value

DocumentJavaScript

Licensing Info

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

See Also

DocumentJavaScriptList
ceTe.DynamicPDF

In this topic