PdfDocument.GetActions Method

Returns the enumerator that iterates through the collection of actions in this document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public IEnumerable<PdfAction> GetActions()
VB
Public Function GetActions As IEnumerable(Of PdfAction)

Return Value

Type: IEnumerable<PdfAction>
The enumerator that can be used to iterate through the collection of actions in this document.

See Also