Class PdfGeneratorOptions

Class PdfGeneratorOptions

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

Mewakili opsi untuk plugin Generator.

public abstract class PdfGeneratorOptions : IPluginOptions

Pewarisan

objectPdfGeneratorOptions

Turunan

TableOptions, TocOptions

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 PdfGenerator.

public List<idatasource> Inputs { get; }

Nilai Properti

List<IDataSource&gt;

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 PdfGenerator.

public void AddInput(IDataSource dataSource)

Parameter

dataSource IDataSource

Sumber data yang akan ditambahkan.

AddOutput(IDataSource)

Menambahkan sumber data baru ke koleksi data plugin PdfGenerator.

public void AddOutput(IDataSource saveDataSource)

Parameter

saveDataSource IDataSource

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

 Indonesia