Aspose::Pdf::LowCode::FormOptions class
FormOptions class
Represents options for a family Form…. plugins.
class FormOptions : public Aspose::Pdf::LowCode::IPluginOptions,
public Aspose::Pdf::LowCode::IDataContainer,
public Aspose::Pdf::LowCode::ISaveInstruction
Methods
| Method | Description |
|---|---|
| AddInput(System::SharedPtr<IDataSource>) override | Adds new data source to the Form… plugins data collection. |
| AddOutput(System::SharedPtr<IDataSource>) override | Adds new data source to the Form… plugins data collection. |
| get_Inputs() override | Returns Form…. plugins 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::LowCode
- Library Aspose.PDF for C++