Interface IWTextBoxCollection
Represents a collection of IWTextBox.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IWTextBoxCollectionProperties
Item[Int32]
Gets the IWTextBox at the specified index.
Declaration
IWTextBox this[int index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Property Value
| Type | 
|---|
| IWTextBox | 
Methods
Add(IWTextBox)
Adds a textbox to the collection.
Declaration
int Add(IWTextBox textBox)Parameters
| Type | Name | Description | 
|---|---|---|
| IWTextBox | textBox | The text box. | 
Returns
| Type | 
|---|
| System.Int32 |