PdfTable.RowBottomPosition Property

PDF File Writer

PdfTableRowBottomPosition Property

Gets the current row bottom position.

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

Property Value

Type: Double
Row bottom position.
Remarks
Row bottom position is calculated for each row. It is RowTopPosition plus RowHeight. The calculation is done within DrawRow method before any of the cells is drawn.
See Also