PdfTableCell.Type Property

PDF File Writer

PdfTableCellType Property

Gets cell's enumeration type.

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

Property Value

Type: CellType
Remarks

CellType will be Text for String and MultiLineText set to false plus all basic numeric values.

CallType will be TextBox for String and MultiLineText set to true or Value set to TextBox.

CallType will be set ti Image or Barcode if Value is set accordingly.

See Also