Class PdfAConvertOptions

Class PdfAConvertOptions

Nama dari : Aspose.Pdf.Plugins Pengumpulan: Aspose.PDF.dll (25.5.0)

Menampilkan opsi untuk mengkonversi dokumen PDF ke format PDF/A dengan plugin Aspose.Pdf.Plugins.PdfAConverter.

public sealed class PdfAConvertOptions : PdfAOptionsBase, IPluginOptions

Inheritance

object PdfAOptionsBase PdfAConvertOptions

Implements

IPluginOptions

anggota yang diwarisi

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

Perbedaan PdfAConvert()

public PdfAConvertOptions()

Properties

Outputs

Dapatkan pengumpulan target tambahan (file atau sumber data streaming) untuk menyelamatkan hasil operasi.

public List<idatasource> Outputs { get; }

Nilai Properti

List dan lt; IDataSource >

Methods

AddOutput(Sumber IData)

Menambah hasil baru menyelamatkan target.

public void AddOutput(IDataSource dataSource)

Parameters

dataSource IDataSource

Target (file atau stream data source) untuk menyelamatkan hasil operasi.

 Indonesia