Skip to main content
A newer version of this page is available. .

PdfDocument.Actions Property

Provides access to the PdfDocumentActions class that contains references to JavaScript actions which should be taken in response to some events.

Namespace: DevExpress.Pdf

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

Declaration

public PdfDocumentActions Actions { get; }

Property Value

Type Description
PdfDocumentActions

A PdfDocumentActions object.

See Also