Aspose::Pdf::Plugins::OrganizerBaseOptions class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| AddInput(System::SharedPtr<IDataSource>) override | Adds new data source to the PdfOrganizer plugin data collection. |
| AddOutput(System::SharedPtr<IDataSource>) override | Adds new data source to the PdfOrganizer plugin data collection. |
| get_CloseInputStreams() const | Close input streams after operation completed. |
| get_CloseOutputStreams() const | Close output streams after operation completed. |
| get_Inputs() override | Returns OrganizerOptions plugin data collection. |
| get_Outputs() override | Gets 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
- Class IPluginOptions
- Class IDataContainer
- Class ISaveInstruction
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++