PDF File Writer Class Library - Author Uzi Granot
PdfTableDrawRow Method |
Draw one row.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawRow( bool NewPage = false )
Parameters
- NewPage (Optional)
- Type: SystemBoolean
Force new page.

The DrawRow method must be called for each row in the table.
Before calling this method all PdfTableCell values for the
current row must be set. If the NewPage argument is set to true,
the software will print the row at the top of a new page.
