Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

EnumValidationStatus

ValidationStatus describes the outcome of a validation process on a field.

Definition

Namespace: Dynamsoft.CodeParser.Maui

Assembly: Dynamsoft.CodeParser.Maui

public enum EnumValidationStatus
{
    /** The field has no validation specified. */
    VS_NONE = 0,
    /** The validation for the field has been succeeded. */
    VS_SUCCEEDED = 1,
    /** The validation for the field has been failed. */
    VS_FAILED = 2
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: