FormImporter.Process
FormImporter.Process method
Starts the import processing with the specified options.
public ResultContainer Process(IPluginOptions options)
| Parameter | Type | Description |
|---|---|---|
| options | IPluginOptions | An options object containing the import instructions. |
Return Value
A ResultContainer with the import results.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | If options is null. |
| InvalidOperationException | If the options type is not supported. |
See Also
- class ResultContainer
- interface IPluginOptions
- class FormImporter
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF