Aspose::Pdf::Plugins::OrganizerBaseOptions class

OrganizerBaseOptions class

Represents base options for plugins.

class OrganizerBaseOptions : public Aspose::Pdf::Plugins::IPluginOptions,
                             public Aspose::Pdf::Plugins::IDataContainer,
                             public Aspose::Pdf::Plugins::ISaveInstruction

Methods

MethodDescription
AddInput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfOrganizer plugin data collection.
AddOutput(System::SharedPtr<IDataSource>) overrideAdds new data source to the PdfOrganizer plugin data collection.
get_CloseInputStreams() constClose input streams after operation completed.
get_CloseOutputStreams() constClose output streams after operation completed.
get_Inputs() overrideReturns OrganizerOptions plugin data collection.
get_Outputs() overrideGets collection of added targets for saving operation results.
set_CloseInputStreams(bool)Close input streams after operation completed.
set_CloseOutputStreams(bool)Close output streams after operation completed.

See Also