Class PdfConverterOptions
PdfConverterOptions class
Represents options for Pdf converter plugins.
public abstract class PdfConverterOptions : IPluginOptions
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns PdfConverterOptions plugin data collection. |
| abstract OperationName { get; } | Returns operation name. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the PdfConverter plugin data collection. |
| AddOutput(IDataSource) | Adds new data source to the PdfToXLSXConverterOptions plugin data collection. |
See Also