Class TocOptions

TocOptions class

Represents options for add table of contents to document by TocGenerator plugin.

public sealed class TocOptions : PdfGeneratorOptions

Constructors

NameDescription
TocOptions()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
AddInput(IDataSource)Adds new data source to the PdfGenerator plugin data collection.
AddOutput(IDataSource)Adds new data source to the PdfGenerator plugin data collection.

See Also