The Result Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the results of processing this field.Visual Basic (Declaration) | |
---|---|
Overrides Public ReadOnly Property Result As FormFieldResult |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TextFormField Dim value As FormFieldResult value = instance.Result |
C# | |
---|---|
public override FormFieldResult Result {get;} |
C++/CLI | |
---|---|
public: property FormFieldResult^ Result override { FormFieldResult^ get(); } |
Property Value
The results of field processing.For example, refer to the FormFieldResult example.
This will contain the result of combining the ICR and the Default results by having the characters of maximum confidence of both. Characters with confidence less than MinimumCharacterConfidence will be filtered out. The user has the access to ICR and Default results through ResultIcr and ResultDefault.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7