Class TocOptions
TocOptions class
Represents options for add table of contents to document by TocGenerator plugin.
public sealed class TocOptions : PdfGeneratorOptions
Constructors
| Name | Description |
|---|
| TocOptions() | The default constructor. |
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns PdfGenerator plugin data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| 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