Class FormOptions

Class FormOptions

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

Form…. eklentileri için seçenekleri temsil eder.

public abstract class FormOptions : IPluginOptions

Miras

objectFormOptions

Türemiş

FormEditorOptions, FormExporterOptions, FormFlattenerOptions

Uygular

IPluginOptions

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&gt;

Outputs

Kaydetme işlemi sonuçları için eklenen hedeflerin koleksiyonunu alır.

public List<idatasource> Outputs { get; }

Özellik Değeri

List<IDataSource&gt;

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ış).

İstisnalar

NotImplementedException

 Türkçe