PdfDocument.Actions Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfDocumentActions Actions { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also