Aspose::Pdf::Plugins::FormOptions class

FormOptions class

Represents options for a family Form…. plugins.

class FormOptions : 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 Form… plugins data collection.
AddOutput(System::SharedPtr<IDataSource>) overrideAdds new data source to the Form… plugins data collection.
get_Inputs() overrideReturns Form…. plugins data collection.
get_Outputs() overrideGets collection of added targets for saving operation results.

See Also