Click or drag to resize

TextBoxItemCollection Add Method (ITextBox)

Adds a textbox to the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	ITextBox textBox
)

Parameters

textBox
Type: Spire.Doc.Interface ITextBox
The text box.

Return Value

Type: Int32

Implements

ITextBoxItemCollection Add(ITextBox)
See Also