FormImportResult

FormImportResult

Overview

FormImportResult is a class in Aspose.PDF FOSS for .NET.

Per-field result of a form-data import operation.

Properties: FieldName, Status.

Properties

NameTypeAccessDescription
FieldNamestringReadThe field name from the imported data.
StatusImportStatusReadThe outcome of trying to apply the value to the bound form.

See Also