Gets the control with the specified index from the collection
of controls associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfControl GetControl(
int index
)
VB
Public Function GetControl (
index As Integer
) As PdfControl
Parameters
- index
- Type: System.Int32
The zero-based index of the control to get.
Return Value
Type:
PdfControl
The
PdfControl with specified index.
See Also