PdfPage.GetSortedWidgets Method

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

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

Syntax

C#
public PdfCollection<PdfWidget> GetSortedWidgets()
VB
Public Function GetSortedWidgets As PdfCollection(Of PdfWidget)

Return Value

Type: PdfCollection<PdfWidget>
The sorted collection of widgets associated with this page.

Remarks

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

See Also