Property NextActions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
NextActions
Gets the collection of actions to be performed after this action.
public PdfActionCollection NextActions { get; }
Property Value
- PdfActionCollection
The collection of actions to be performed after this action.
Remarks
The collection can contain null
items for unsupported or broken actions.