Class PdfConverterOptions

Class PdfConverterOptions

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

Mewakili opsi untuk plugin konverter Pdf.

public abstract class PdfConverterOptions : IPluginOptions

Pewarisan

objectPdfConverterOptions

Turunan

HtmlToPdfOptions, PdfToDocOptions, PdfToHtmlOptions, PdfToXlsOptions

Mengimplementasikan

IPluginOptions

Anggota yang diwarisi

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properti

Inputs

Mengembalikan koleksi data plugin PdfConverterOptions.

public List<idatasource> Inputs { get; }

Nilai Properti

List<IDataSource&gt;

OperationName

Mengembalikan nama operasi.

public abstract string OperationName { get; }

Nilai Properti

string

Outputs

Mendapatkan koleksi target yang ditambahkan untuk menyimpan hasil operasi.

public List<idatasource> Outputs { get; }

Nilai Properti

List<IDataSource&gt;

Metode

AddInput(IDataSource)

Menambahkan sumber data baru ke koleksi data plugin PdfConverter.

public void AddInput(IDataSource dataSource)

Parameter

dataSource IDataSource

Sumber data yang akan ditambahkan.

AddOutput(IDataSource)

Menambahkan sumber data baru ke koleksi data plugin PdfToXLSXConverterOptions.

public void AddOutput(IDataSource saveDataSource)

Parameter

saveDataSource IDataSource

Sumber data (file atau stream) untuk menyimpan hasil operasi.

Pengecualian

NotImplementedException

 Indonesia