Method GetControl
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetControl(int)
Gets the control with the specified index from the collection of controls associated with this page.
public PdfControl GetControl(int index)
Parameters
index
intThe zero-based index of the control to get.
Returns
- PdfControl
The PdfControl with specified index.