Class FormOptions

Class FormOptions

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

Stellt Optionen für eine Familie von Form…. Plugins dar.

public abstract class FormOptions : IPluginOptions

Vererbung

objectFormOptions

Abgeleitet

FormEditorOptions, FormExporterOptions, FormFlattenerOptions

Implementiert

IPluginOptions

Vererbte Mitglieder

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

Konstruktoren

FormOptions()

protected FormOptions()

Eigenschaften

Inputs

Gibt die Datensammlung der Form…. Plugins zurück.

public List<idatasource> Inputs { get; }

Eigenschaftswert

List<IDataSource&gt;

Outputs

Erhält die Sammlung der hinzugefügten Ziele für die Speicherung der Operationsergebnisse.

public List<idatasource> Outputs { get; }

Eigenschaftswert

List<IDataSource&gt;

Methoden

AddInput(IDataSource)

Fügt der Datensammlung der Form… Plugins eine neue Datenquelle hinzu.

public void AddInput(IDataSource dataSource)

Parameter

dataSource IDataSource

Datenquelle, die hinzugefügt werden soll.

AddOutput(IDataSource)

Fügt der Datensammlung der Form… Plugins eine neue Datenquelle hinzu.

public void AddOutput(IDataSource saveDataSource)

Parameter

saveDataSource IDataSource

Datenquelle (Datei oder Stream) für die Speicherung der Operationsergebnisse.

Ausnahmen

NotImplementedException

 Deutsch