The ResultDefault Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the default results of processing this field.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ResultDefault As TextFormFieldResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TextFormField Dim value As TextFormFieldResult value = instance.ResultDefault | |
| C# | |
|---|---|
public TextFormFieldResult ResultDefault {get;} | |
| C++/CLI | |
|---|---|
public: property TextFormFieldResult^ ResultDefault { TextFormFieldResult^ get(); } | |
Property Value
The default results of field processing.This will contain the result of reading the field using the default fill method of the Ocr engine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code