PdfOrganizerOptions.AddSaveDataSource

PdfOrganizerOptions.AddSaveDataSource method

Adds new data source to the PdfOrganizer plugin data collection.

public void AddSaveDataSource(IDataSource saveDataSource)
ParameterTypeDescription
saveDataSourceIDataSourceData source (file or stream) for saving operation results.

Exceptions

exceptioncondition
NotImplementedException

See Also