Class TableOptions

TableOptions class

Represents options for add table to document by TableGenerator plugin.

public sealed class TableOptions : PdfGeneratorOptions

Constructors

NameDescription
TableOptions()The default constructor.

Properties

NameDescription
Inputs { get; }Returns PdfGenerator plugin data collection.
Outputs { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
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