Class PdfGeneratorTableOptions

PdfGeneratorTableOptions class

Represents options for add datatable to document by PdfGenerator plugin.

public sealed class PdfGeneratorTableOptions : PdfGeneratorOptions

Constructors

NameDescription
PdfGeneratorTableOptions()The default constructor.

Properties

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

Methods

NameDescription
static Create()Create instance of PdfGeneratorTableOptions.
AddDataSource(IDataSource)Adds new data source to the PdfGenerator plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfGenerator plugin data collection.
AddTable()Adding table to document.
SetPage(int)Set the page number to place the table.

See Also