PdfGeneratorTableOptions.SetPage

PdfGeneratorTableOptions.SetPage method

Set the page number to place the table.

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

Return Value

Instance of current PdfGeneratorTableOptions.

See Also