Class OrganizerBaseOptions

Class OrganizerBaseOptions

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

Eklentiler için temel seçenekleri temsil eder.

public class OrganizerBaseOptions : IPluginOptions

Miras

objectOrganizerBaseOptions

Türetilen

CompressOptions, DecryptionOptions, EncryptionOptions, MergeOptions, OptimizeOptions, ResizeOptions, RotateOptions, SignOptions, SplitOptions

Uygulamalar

IPluginOptions

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

İşlem tamamlandıktan sonra giriş akışlarını kapatır.

public bool CloseInputStreams { get; set; }

Özellik Değeri

bool

CloseOutputStreams

İşlem tamamlandıktan sonra çıkış akışlarını kapatır.

public bool CloseOutputStreams { get; set; }

Özellik Değeri

bool

Inputs

OrganizerOptions eklenti 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;

Yöntemler

AddInput(IDataSource)

PdfOrganizer eklenti veri koleksiyonuna yeni bir veri kaynağı ekler.

public void AddInput(IDataSource dataSource)

Parametreler

dataSource IDataSource

Eklemek için veri kaynağı.

AddOutput(IDataSource)

PdfOrganizer eklenti 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