PdfTableCell.Value Property

PDF File Writer

PdfTableCellValue Property

Gets or sets cell's value

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

Property Value

Type: Object
Remarks

Value can be set to String, basic numeric values, bool, Char, TextBox, PdfImage or Barcode.

If value is set to String and MultiLineText is set to true, the String will be converted to TextBox.

All basic numeric values will be converted to String.

Value will be reset to null after each row drawing.

See Also