Skip to main content

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