Overview
FieldSerializationStatus is a enum in Aspose.PDF FOSS for .NET.
Outcome of serializing a single form field through ExportToJson or ImportFromJson.
This enumeration defines 3 values: Success, Warning, Error.
Values
| Value | Description |
|---|
Success | |
Warning | |
Error | |
See Also