Class FormJsonImportSource

FormJsonImportSource class

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

NameDescription
FormJsonImportSource(IDataSource, IDataSource)Initializes a new instance of the FormJsonImportSource class.

Properties

NameDescription
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