Class FormJsonImportSource
Holds a pair of data sources that belong together for an import operation: the source PDF document and the JSON file that contains the field values.
public sealed class FormJsonImportSource
Constructors
| Name | Description |
|---|
| FormJsonImportSource(IDataSource, IDataSource) | Initializes a new instance of the FormJsonImportSource class. |
Properties
| Name | Description |
|---|
| JsonSource { get; } | Gets the data source that contains the JSON with field values. |
| PdfSource { get; } | Gets the data source that contains the source PDF. |
See Also