Class FormOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Form…. eklentileri için seçenekleri temsil eder.
public abstract class FormOptions : IPluginOptions
Miras
Türemiş
FormEditorOptions, FormExporterOptions, FormFlattenerOptions
Uygular
Miras Alınan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Yapıcılar
FormOptions()
protected FormOptions()
Özellikler
Inputs
Form…. eklentileri veri koleksiyonunu döndürür.
public List<idatasource> Inputs { get; }
Özellik Değeri
List<IDataSource>
Outputs
Kaydetme işlemi sonuçları için eklenen hedeflerin koleksiyonunu alır.
public List<idatasource> Outputs { get; }
Özellik Değeri
List<IDataSource>
Metotlar
AddInput(IDataSource)
Form… eklentileri veri koleksiyonuna yeni bir veri kaynağı ekler.
public void AddInput(IDataSource dataSource)
Parametreler
dataSource
IDataSource
Eklenecek veri kaynağı.
AddOutput(IDataSource)
Form… eklentileri veri koleksiyonuna yeni bir veri kaynağı ekler.
public void AddOutput(IDataSource saveDataSource)
Parametreler
saveDataSource
IDataSource
Kaydetme işlemi sonuçları için veri kaynağı (dosya veya akış).