PdfTable Methods |
The PdfTable type exposes the following members.
Name | Description | |
---|---|---|
AddRows |
Add row data to the table. Pass an enumerator for a collection of items. Can also be an enumerator of a List<Dictionary<string,string>> object.
| |
Clone |
Copy the PdfTable object to a new instance.
Reuses the Font Resource manager. Reuses the Ta
Does not copy table rows.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Fill |
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.
| |
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.) | |
Render |
Generates the PDFTable. Draws each row in the table
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |