PdfTableCell.CreateTextBox Method

PDF File Writer

PdfTableCellCreateTextBox Method

Creates an empty text box with client width.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public TextBox CreateTextBox()

Return Value

Type: TextBox
Empty text box with client width.
Remarks

The newly created TextBox will have the correct client width. First line indent and line break factor will be taken from cell's style.

CreateTextBox() method sets the Value property of this cell to the returned TextBox value;

See Also