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

C#
public PdfTable( PdfPage Page, PdfContents Contents, PdfFont Font = null, double FontSize = 9 )
Parameters
- Page
- Type: PdfFileWriterPdfPage
Current PdfPage. - Contents
- Type: PdfFileWriterPdfContents
Current PdfContents. - Font (Optional)
- Type: PdfFileWriterPdfFont
Table's default font. - FontSize (Optional)
- Type: SystemDouble
Table's default font size.
