PDF File Writer Class Library - Author Uzi Granot
PdfTablePdfTableInitialization Method |
PdfTable initialization.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void PdfTableInitialization()

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.
