Class PdfToPdfAOptions

Info

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

public sealed class PdfToPdfAOptions : PdfAOptionsBase, IPluginOptions

Inheritance

objectPdfAOptionsBasePdfToPdfAOptions

Implements

Inherited Members

Constructors

PdfToPdfAOptions()

public PdfToPdfAOptions()

Properties

Outputs

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

public List<idata> Outputs { get; }

Property Value

List<IData>

Methods

AddOutput(IData)

Adds new result save target.

public void AddOutput(IData data)

Parameters

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

Namespace: Documentize Assembly: Documentize.dll

 English