Class PdfConverterOptions

PdfConverterOptions class

Represents options for Pdf converter plugins.

public abstract class PdfConverterOptions : IPluginOptions

Properties

NameDescription
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

NameDescription
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