PdfTable.RowHeight Property

PDF File Writer

PdfTableRowHeight Property

Gets the current row height.

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

Property Value

Type: Double
Current row height.
Remarks
Row height is calculated for each row. It is the height of the tallest cell. The calculation is done within DrawRow method before any of the cells is drawn.
See Also