Method GetSortedControls
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetSortedControls()
Gets the sorted collection controls associated with this page.
public PdfCollection<PdfControl> GetSortedControls()
Returns
- PdfCollection<PdfControl>
The sorted collection of controls associated with this page.
Remarks
Controls in the collection are sorted by their location on the page.