Class PdfGeneratorTableBuilder

PdfGeneratorTableBuilder class

Class represents builder for table in pdf page.

public class PdfGeneratorTableBuilder

Methods

NameDescription
virtual AddRow()Add new row to table.
AddTable()Add new table to document.
SetPage(int)Set the page number to place the table.
implicit operatorConverts builder PdfGeneratorTableBuilder to options PdfGeneratorTableOptions

See Also