Table of Contents

Method GetControl

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetControl(int)

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

public PdfControl GetControl(int index)

Parameters

index int

The zero-based index of the control to retrieve.

Returns

PdfControl

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