PdfTableCell.FormattedText Property

PDF File Writer

PdfTableCellFormattedText Property

Gets cell's formatted value.

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

Property Value

Type: String
Remarks
If Value is a numeric type, it is converted to formatted text using Value.ToString(Format, NumberFormat) method.
See Also