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

PdfAction.Next Property

Gets the next action that is performed after the action from the list of PdfAction objects.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<PdfAction> Next { get; }

Property Value

Type Description
IEnumerable<PdfAction>

A list of PdfAction objects that is the sequence of actions that should be performed.

See Also