PdfGeneratorTableBuilder.SetPage

PdfGeneratorTableBuilder.SetPage method

Set the page number to place the table.

public PdfGeneratorTableBuilder SetPage(int page)
ParameterTypeDescription
pageInt32Page number to insert table.

Return Value

Instance of current PdfGeneratorTableOptions.

See Also