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

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.v19.1.Core.dll

Declaration

public PdfDocumentActions Actions { get; set; }

Property Value

Type Description
PdfDocumentActions

A PdfDocumentActions object.

See Also