PdfTable.PdfTableInitialization Method

PDF File Writer

PdfTablePdfTableInitialization Method

PdfTable initialization.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void PdfTableInitialization()
Remarks
Normally the system will call this method on first call to DrawRow(). If called by user it must be called after initialization and before the first row is drawn. This method sets the active flag.
See Also