Class PdfAConvertOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Rappresenta le opzioni per convertire documenti PDF nel formato PDF/A utilizzando il plugin Aspose.Pdf.Plugins.PdfAConverter.
public sealed class PdfAConvertOptions : PdfAOptionsBase, IPluginOptions
Ereditarietà
object ← PdfAOptionsBase ← PdfAConvertOptions
Implementa
Membri Ereditati
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()
Costruttori
PdfAConvertOptions()
public PdfAConvertOptions()
Proprietà
Outputs
Ottiene la collezione di destinazioni aggiunte (file o sorgenti dati stream) per salvare i risultati dell’operazione.
public List<idatasource> Outputs { get; }
Valore della Proprietà
List<IDataSource>
Metodi
AddOutput(IDataSource)
Aggiunge una nuova destinazione per il salvataggio del risultato.
public void AddOutput(IDataSource dataSource)
Parametri
dataSource
IDataSource
Destinazione (file o sorgente dati stream) per salvare i risultati dell’operazione.