PdfTable.RowPosition Property

PDF File Writer

PdfTableRowPosition Property

Gets array of row positions.

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

Property Value

Type: Double
Remarks

Row position is the centre of a border line or the centre of a grid line.

Position[0] is the top side of the table, and Position[Rows] is the bottom side of the table.

The returned array is valid after the last row on the page is processed.

See Also