Class PdfConverterOptions

Info

Represents options for Pdf converter plugins.

public abstract class PdfConverterOptions : IPluginOptions

Inheritance

objectPdfConverterOptions

Derived

Implements

Inherited Members

Properties

Inputs

Returns PdfConverterOptions plugin data collection.

public List<idatasource> Inputs { get; }

Property Value

List<IDataSource&gt;

Outputs

Gets collection of added targets for saving operation results.

public List<idatasource> Outputs { get; }

Property Value

List<IDataSource&gt;

Methods

AddInput(IDataSource)

Adds new data source to the PdfConverter plugin data collection.

public void AddInput(IDataSource dataSource)

Parameters

AddOutput(IDataSource)

Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

public void AddOutput(IDataSource saveDataSource)

Parameters

  • saveDataSource IDataSource: Data source (file or stream) for saving operation results.

Exceptions

NotImplementedException

Namespace: Documentize Assembly: Documentize.dll

 English