PdfTableCell.TextBox Property

PDF File Writer

PdfTableCellTextBox Property

Gets TextBox if Type is TextBox.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public TextBox TextBox { get; }

Property Value

Type: TextBox
Remarks
TextBox will be set if Value is a String and Style.MultiLine is true, or Value is a TextBox.
See Also