Aspose::Pdf::Plugins::PdfGeneratorOptions class
PdfGeneratorOptions class
Represents options for Generator plugins.
class PdfGeneratorOptions : 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 PdfGenerator plugin data collection. |
| AddOutput(System::SharedPtr<IDataSource>) override | Adds new data source to the PdfGenerator plugin data collection. |
| get_Inputs() override | Returns PdfGenerator plugin data collection. |
| get_Outputs() override | Gets collection of added targets for saving operation results. |
See Also
- Class IPluginOptions
- Class IDataContainer
- Class ISaveInstruction
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++