PdfTable.Close Method

PDF File Writer

PdfTableClose Method

Close table.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void Close()
Remarks
The Close method must be called after the last row was drawn.
See Also