PDF File Writer Class Library - Author Uzi Granot
PdfTableRowTopPosition Property |
Gets or sets current row top position.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)


Row top position can only be set during initialization. It should be set by the caller if on the first page the table does not start at the top of the page.
Row top position is calculated for each row. It is the last RowBottomPosition plus GridLineWidth. The calculation is done within DrawRow method before any of the cells is drawn.
