PdfDocument.GetWidgets Method

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

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

Syntax

C#
public IEnumerable<PdfWidget> GetWidgets()
VB
Public Function GetWidgets As IEnumerable(Of PdfWidget)

Return Value

Type: IEnumerable<PdfWidget>
The enumerator that can be used to iterate through the collection of document widgets (annotations and controls).

See Also