Class TableOptions
TableOptions class
Represents options for add table to document by TableGenerator plugin.
public sealed class TableOptions : PdfGeneratorOptions
Constructors
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns PdfGenerator plugin data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| static Create() | Create instance of TableOptions. |
| AddInput(IDataSource) | Adds new data source to the PdfGenerator plugin data collection. |
| AddOutput(IDataSource) | Adds new data source to the PdfGenerator plugin data collection. |
| AddTable() | Adding table to document. |
| InsertPageAfter(int) | Insert page after specified page. |
| InsertPageBefore(int) | Insert page before specified page. |
See Also