Class FormImporterJsonOptions
Options for importing form field values from JSON. This class directly implements the required plugin option interfaces and holds a collection of input source pairs (PDF + JSON) and a collection of output targets where the resulting PDFs will be saved.
public sealed class FormImporterJsonOptions : IPluginOptions
Constructors
Properties
| Name | Description |
|---|
| Inputs { get; } | Gets the collection of input source pairs (PDF source and corresponding JSON source). |
| Outputs { get; } | Gets the collection of output targets where the resulting PDFs will be saved. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource, IDataSource) | Adds a new pair of input sources – the PDF document and the JSON file. |
| AddOutput(IDataSource) | Adds a new output target. |
See Also