Click or drag to resize

PdfTableFill Method

Fills the specified table with rows using the PdfTableInput enumerator This method must be called before the table attempts to render. This fills the table with the rows provided, it will stop at the point the table bounds height has been reached.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Fill(
	PdfFontManager fontManager
)

Parameters

fontManager
Type: Atalasoft.PdfDoc.Generating.ResourceHandling.FontsPdfFontManager
The font manager to use for resources.
See Also