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

PdfPage.Actions Property

Provides access to a dictionary of additional actions to be performed when the page is opened or closed.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfPageActions Actions { get; }

Property Value

Type Description
DevExpress.Pdf.PdfPageActions

A DevExpress.Pdf.PdfPageActions object.

Remarks

The dictionaries of additional actions are not inheritable.

See Also