Class PdfAConvertOptions

Class PdfAConvertOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)

Represents options for converting PDF documents to PDF/A format with the Aspose.Pdf.Plugins.PdfAConverter plugin.

public sealed class PdfAConvertOptions : PdfAOptionsBase, IPluginOptions

Inheritance

object PdfAOptionsBase PdfAConvertOptions

Implements

IPluginOptions

Inherited Members

PdfAOptionsBase.AddInput(IDataSource) , PdfAOptionsBase.Inputs , PdfAOptionsBase.PdfAVersion , PdfAOptionsBase.IsLowMemoryMode , PdfAOptionsBase.LogOutputSource , PdfAOptionsBase.ErrorAction , PdfAOptionsBase.SoftMaskAction , PdfAOptionsBase.NonSpecificationFlags , PdfAOptionsBase.SymbolicFontEncodingStrategy , PdfAOptionsBase.AlignText , PdfAOptionsBase.PuaSymbolsProcessingStrategy , PdfAOptionsBase.OptimizeFileSize , PdfAOptionsBase.ExcludeFontsStrategy , PdfAOptionsBase.FontEmbeddingOptions , PdfAOptionsBase.UnicodeProcessingRules , PdfAOptionsBase.IccProfileFileName , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

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.

 English