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.

EnumMappingStatus

MappingStatus represents the outcome of a mapping operation on a field.

Definition

Namespace: Dynamsoft.CodeParser.Maui

Assembly: Dynamsoft.CodeParser.Maui

public enum EnumMappingStatus
{
    /** The field has no mapping specified. */
    MS_NONE = 0,
    /** Find a mapping for the field value. */
    MS_SUCCEEDED = 1,
    /** Failed to find a mapping for the field value. */
    MS_FAILED = 2
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: