Class FormOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Representerar alternativ för en familj Form…. plugins.
public abstract class FormOptions : IPluginOptions
Arv
Härledda
FormEditorOptions, FormExporterOptions, FormFlattenerOptions
Implementerar
Ärvt Medlemmar
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktörer
FormOptions()
protected FormOptions()
Egenskaper
Inputs
Returnerar datauppsättning för Form…. plugins.
public List<idatasource> Inputs { get; }
Egenskapsvärde
List<IDataSource>
Outputs
Hämtar samling av tillagda mål för att spara operationens resultat.
public List<idatasource> Outputs { get; }
Egenskapsvärde
List<IDataSource>
Metoder
AddInput(IDataSource)
Lägger till ny datakälla till Form… plugins datauppsättning.
public void AddInput(IDataSource dataSource)
Parametrar
dataSource
IDataSource
Datakälla att lägga till.
AddOutput(IDataSource)
Lägger till ny datakälla till Form… plugins datauppsättning.
public void AddOutput(IDataSource saveDataSource)
Parametrar
saveDataSource
IDataSource
Datakälla (fil eller ström) för att spara operationens resultat.