Class PdfGeneratorOptions

Class PdfGeneratorOptions

Navne til: Aspose.Pdf.Plugins Sammensætning: Aspose.PDF.dll (25.5.0)

Optioner til Generator Plugins.

public abstract class PdfGeneratorOptions : IPluginOptions

Inheritance

object PdfGeneratorOptions

Derived

TableOptions , TocOptions

Implements

IPluginOptions

De arvede medlemmer

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

Properties

Inputs

Returnerer PdfGenerator plugin dataindsamling.

public List<idatasource> Inputs { get; }

Ejendomsværdi

List < IDataSource >

Outputs

Få indsamling af yderligere mål for at spare driftsresultater.

public List<idatasource> Outputs { get; }

Ejendomsværdi

List < IDataSource >

Methods

AddInput(Kildekilde)

Tilføj en ny datakilde til PdfGenerator-plugin dataindsamling.

public void AddInput(IDataSource dataSource)

Parameters

dataSource IDataSource

Data kilde til at tilføje.

AddOutput(Kildekilde)

Tilføj en ny datakilde til PdfGenerator-plugin dataindsamling.

public void AddOutput(IDataSource saveDataSource)

Parameters

saveDataSource IDataSource

Data kilde (fil eller strøm) til at spare driftsresultater.

 Dansk