Skip to main content

PdfNames.JavaScriptActions Property

Gets Java Script actions found in the document.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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