Sınıf PluginBaseOptions
Bilgi
Eklentiler için temel seçenekleri temsil eder.
public class PluginBaseOptions : IPluginOptions
Miras
Türetilenler
- AddTimestampOptions,
- CompressOptions,
- DecryptionOptions,
- EncryptionOptions,
- HtmlToPdfOptions,
- MergeOptions,
- OptimizeOptions,
- PdfToJpegOptions,
- PdfToPngOptions,
- PdfToTiffOptions,
- ResizeOptions,
- RotateOptions,
- SignOptions,
- SplitOptions,
- TableOptions
Uygulamalar
Miras Alınan Üyeler
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Özellikler
CloseInputStreams
Operasyon tamamlandıktan sonra giriş akışlarını kapatır.
public bool CloseInputStreams { get; set; }
Özellik Değeri
CloseOutputStreams
Operasyon tamamlandıktan sonra çıkış akışlarını kapatır.
public bool CloseOutputStreams { get; set; }
Özellik Değeri
Inputs
Operasyon için Giriş verilerini döndürür.
public List<idatasource> Inputs { get; }
Özellik Değeri
List<IDataSource>
Outputs
Operasyon için Çıkış verilerini döndürür.
public List<idatasource> Outputs { get; }
Özellik Değeri
List<IDataSource>
Yöntemler
AddInput(IDataSource)
Girişlere yeni Veri ekler.
public void AddInput(IDataSource dataSource)
Parametreler
dataSource
IDataSource: Eklenecek veri.
AddOutput(IDataSource)
Çıkışlara yeni Veri ekler.
public void AddOutput(IDataSource saveDataSource)
Parametreler
saveDataSource
IDataSource: Eklenecek veri. :
Namespace: Documentize
Assembly: Documentize.dll