Table of Contents

Method GetActions

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetActions()

Returns an enumerable collection of actions used in this document.

public IEnumerable<PdfAction> GetActions()

Returns

IEnumerable<PdfAction>

An enumerable collection of actions used in this document.

Remarks

The returned collection contains only actions referenced by PDF objects like pages or a form controls.

When you save the document with the RemoveUnusedObjects property set to true, all unused actions will be removed.