Table of Contents

Method GetSortedWidgets

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

GetSortedWidgets()

Gets the sorted collection of widgets (annotations and controls) associated with this page.

public PdfCollection<PdfWidget> GetSortedWidgets()

Returns

PdfCollection<PdfWidget>

The sorted collection of widgets associated with this page.

Remarks

Widgets in the collection are sorted by their location on the page.