Aspose::Pdf::Plugins::FormExporter::Process method

FormExporter::Process method

Starts the FormExporter processing with the specified parameters.

System::SharedPtr<ResultContainer> Aspose::Pdf::Plugins::FormExporter::Process(System::SharedPtr<IPluginOptions> options) override
ParameterTypeDescription
optionsSystem::SharedPtr<IPluginOptions>An options object containing instructions for the FormExporter.

ReturnValue

An ResultContainer object containing the result of the operation.

See Also