Click or drag to resize

DocxTextBox Constructor (TextBox)

Initializes a new instance of the DocxTextBox class.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTextBox(
	TextBox innerObject
)

Parameters

innerObject
Type: TextBox
The inner object.
See Also