| Visual Basic (Declaration) | |
|---|---|
Public Class MicrFieldResult Inherits Result | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class MicrFieldResult : Result | |
| Managed Extensions for C++ | |
|---|---|
public __gc class MicrFieldResult : public Result | |
| C++/CLI | |
|---|---|
public ref class MicrFieldResult : public Result | |
The state of a MicrFieldResult object will not update if any changes are made to the state of the owning TextLineResult. Changes to the state of the owning TextLineResult may cause the state of the MicrFieldResult object to be incorrect. Such state changes may result from operations TextLineResult.DeleteCharacter or CharacterResult.Text.
System.Object
Accusoft.MicrXpressSdk.Result
Accusoft.MicrXpressSdk.MicrFieldResult

