Table of Contents

Method GetWidgets

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

GetWidgets()

Returns the enumerator that iterates through the collection of document widgets (annotations and controls).

public IEnumerable<PdfWidget> GetWidgets()

Returns

IEnumerable<PdfWidget>

The enumerator that can be used to iterate through the collection of document widgets (annotations and controls).