public final class FieldSerializationStatus
extends com.aspose.ms.System.Enum
Represents the status of the form field serialization.
Modifier and Type | Field and Description |
---|---|
static int |
Error
Indicates that the serialization encountered errors.
|
static int |
Success
Indicates that the serialization was successful.
|
static int |
Warning
Indicates that the serialization completed with warnings.
|
public static final int Success
Indicates that the serialization was successful.
public static final int Warning
Indicates that the serialization completed with warnings.
public static final int Error
Indicates that the serialization encountered errors.
Copyright © 2025 Aspose. All Rights Reserved.