PdfTable.DrawRow Method

PDF File Writer

PdfTableDrawRow Method

Draw one row.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawRow(
	bool NewPage = false
)

Parameters

NewPage (Optional)
Type: SystemBoolean
Force new page.
Remarks
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.
See Also