Class PdfGeneratorOptions

PdfGeneratorOptions class

Represents options for Generator plugins.

public abstract class PdfGeneratorOptions : IPluginOptions

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