Click or drag to resize

PdfTable Methods

The PdfTable type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddRows
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.
Public methodClone
Copy the PdfTable object to a new instance. Reuses the Font Resource manager. Reuses the Ta Does not copy table rows.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFill
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Generates the PDFTable. Draws each row in the table
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also