Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentActions Actions { get; set; }

Property Value

Type Description
PdfDocumentActions

A PdfDocumentActions object.

See Also