The AutoFormsRunResult Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Contains the success or failure and the processed field of the Form recognition and processing.
| Visual Basic (Declaration) | |
|---|---|
Public Class AutoFormsRunResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoFormsRunResult | |
| C# | |
|---|---|
public class AutoFormsRunResult | |
| C++/CLI | |
|---|---|
public ref class AutoFormsRunResult | |
For an example, refer to AutoFormsEngine.Run(RasterImage form, PageRequestCallback pageRequestCallback, Object userData, List<IMasterFormsCategory>).
This class is used with the AutoFormsEngine.Run methods.
System.Object
Leadtools.Forms.Auto.AutoFormsRunResult
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