Class PdfGeneratorOptions
PdfGeneratorOptions class
Represents options for Generator plugins.
public abstract class PdfGeneratorOptions : IPluginOptions
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