Gets the sorted collection controls associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCollection<PdfControl> GetSortedControls()
VB
Public Function GetSortedControls As PdfCollection(Of PdfControl)
Return Value
Type:
PdfCollection<
PdfControl>
The sorted collection of controls associated with this page.
Remarks
Controls in the collection are sorted by their location on the page.
See Also