Method GetControl
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetControl(string)
Gets the control by name.
public PdfControl GetControl(string name)
Parameters
name
stringThe name of the control to get.
Returns
- PdfControl
The PdfControl with specified name.