Class PdfOrganizerOptions

PdfOrganizerOptions class

Represents options for PdfOrganizer plugin.

public class PdfOrganizerOptions : IPluginOptions

Properties

NameDescription
CloseInputStreams { get; set; }Close input streams after operation completed.
CloseOutputStreams { get; set; }Close output streams after operation completed.
DataCollection { get; }Returns OrganizerOptions plugin data collection.
SaveTargetsCollection { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfOrganizer plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfOrganizer plugin data collection.

See Also