Class PdfAConvertOptions

Class PdfAConvertOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Representerar alternativ för att konvertera PDF-dokument till PDF/A-format med Aspose.Pdf.Plugins.PdfAConverter-plugin.

public sealed class PdfAConvertOptions : PdfAOptionsBase, IPluginOptions

Arv

objectPdfAOptionsBasePdfAConvertOptions

Implementerar

IPluginOptions

Arvda Medlemmar

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()

Konstruktörer

PdfAConvertOptions()

public PdfAConvertOptions()

Egenskaper

Outputs

Hämtar samlingen av tillagda mål (fil- eller strömdatakällor) för att spara operationens resultat.

public List<idatasource> Outputs { get; }

Egenskapsvärde

List<IDataSource&gt;

Metoder

AddOutput(IDataSource)

Lägger till ett nytt resultatmål för sparande.

public void AddOutput(IDataSource dataSource)

Parametrar

dataSource IDataSource

Mål (fil- eller ström datakälla) för att spara operationens resultat.

 Svenska