Method GetActions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetActions()
Returns the enumerator that iterates through the collection of actions in this document.
public IEnumerable<PdfAction> GetActions()
Returns
- IEnumerable<PdfAction>
The enumerator that can be used to iterate through the collection of actions in this document.