Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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