Class PdfAConvertOptions

Info

Represents options for converting PDF documents to PDF/A format with the Documentize.PdfAConverter plugin.

public sealed class PdfAConvertOptions : PdfAOptionsBase, IPluginOptions

Inheritance

objectPdfAOptionsBasePdfAConvertOptions

Implements

Inherited Members

Constructors

PdfAConvertOptions()

public PdfAConvertOptions()

Properties

Outputs

Gets the collection of added targets (file or stream data sources) for saving operation results.

public List<idatasource> Outputs { get; }

Property Value

List<IDataSource&gt;

Methods

AddOutput(IDataSource)

Adds new result save target.

public void AddOutput(IDataSource dataSource)

Parameters

  • dataSource IDataSource: Target (file or stream data source) for saving operation results. :

Namespace: Documentize Assembly: Documentize.dll

 English