Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfNames.JavaScriptActions Property

Gets Java Script actions found in the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public IDictionary<string, PdfJavaScriptAction> JavaScriptActions { get; }

Property Value

Type Description
IDictionary<String, PdfJavaScriptAction>

A dictionary, containing the PdfJavaScriptAction objects, along with their System.String key values.

See Also