PdfControlAction.GetControl Method

Gets the control at a specified index in the collection of controls associated with this action.

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 retrieve.

Return Value

Type: PdfControl
The control at a specified index in the collection of controls associated with this action.

See Also