Skip to main content

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.v23.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