PDF File Writer Class Library - Author Uzi Granot
PdfTable Class |
PDF data table drawing class

Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public class PdfTable
The PdfTable type exposes the following members.


Name | Description | |
---|---|---|
![]() | Active |
Gets the table is active flag.
|
![]() | Borders |
Borders control
|
![]() | Cell |
Gets array of cell items.
|
![]() | CellStyle |
Creates a cell style object as a copy of the default cell style.
|
![]() | ColumnPosition |
Gets array of column positions.
|
![]() | Columns |
Gets the number of columns in the table.
|
![]() | ColumnWidth |
Gets array of column widths.
|
![]() | CommitGCCollectFreq |
Call GC collect frequency
|
![]() | CommitToPdfFile |
Commit page contents to PDF file
|
![]() | Contents |
Gets the current PDF contents object.
|
![]() | DefaultCellStyle |
Gets the default cell style.
|
![]() | DefaultHeaderStyle |
Gets the default header style.
|
![]() | Document |
Gets the PDF document that owns this table.
|
![]() | Header |
Gets array of header items.
|
![]() | HeaderHeight |
Gets the current header height.
|
![]() | HeaderOnEachPage |
Gets or sets the flag controlling the drawing of the header row.
|
![]() | HeaderStyle |
Creates a header style object as a copy of the default header style.
|
![]() | MinHeaderHeight |
Gets or sets minimum row height.
|
![]() | MinRowHeight |
Gets or sets minimum row height.
|
![]() | Page |
Gets the current PDF page object.
|
![]() | RowBottomPosition |
Gets the current row bottom position.
|
![]() | RowHeight |
Gets the current row height.
|
![]() | RowNumber |
Gets the current row number.
|
![]() | RowPosition |
Gets array of row positions.
|
![]() | RowTopPosition |
Gets or sets current row top position.
|
![]() | TableArea |
Gets or sets table area rectangle.
|
![]() | TablePageNumber |
Table's page number starting with zero
|

Name | Description | |
---|---|---|
![]() | Close |
Close table.
|
![]() | DrawRow |
Draw one row.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PdfTableInitialization |
PdfTable initialization.
|
![]() | SetColumnWidth |
Sets the number of columns, and column's widths.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | CustomDrawCellEvent |
Sets the custom draw cell and header event handler.
|
![]() | TableEndEvent |
Sets the table end event handler.
|
![]() | TableStartEvent |
Sets the table start event handler.
|

The main class for drawing a data table within a PDF document.
For more information go to 2.12 Data Table Support
