PDF File Writer Class Library - Author Uzi Granot
PdfTableCellValue Property |
Gets or sets cell's value
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)


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.
