Class PdfGeneratorTOCOptions

PdfGeneratorTOCOptions class

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

public sealed class PdfGeneratorTOCOptions : PdfGeneratorOptions

Constructors

NameDescription
PdfGeneratorTOCOptions()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
AddDataSource(IDataSource)Adds new data source to the PdfGenerator plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfGenerator plugin data collection.

See Also