Overview and description of Leadtools Forms Auto classes.
Class | Description | |
---|---|---|
AutoFormsEngine | Provides high level form recognition and processing functionalities to recognize, process, and create forms. It uses the provided Master Form IMasterFormsRepository to recognize form type and process its fields. | |
AutoFormsEngineCreateOptions | Options to use when creating a new AutoFormsEngine. | |
AutoFormsEnginePageRecognitionOptions | Options for recognizing the type an unknown page. | |
AutoFormsProgressEventArgs | Reports the progress for specific AutoFormsEngine operations and offers the user an opportunity to cancel. | |
AutoFormsRecognizeFormResult | Contains the success or failure of the form recognition. | |
AutoFormsRecognizePageResult | Contains the success or failure of the page recognition. | |
AutoFormsRunResult | Contains the success or failure and the processed field of the Form recognition and processing. | |
DiskMasterForm | Implements the IMasterForm interface for Master Forms stored on the local disk. It provides methods to read and write Master Form attributes, and to process form fields and images on the local disk. | |
DiskMasterFormsCategory | Implements the IMasterFormsCategory interface for categories stored on the local disk. It provides methods to add and delete Master Forms and categories on the local disk. | |
DiskMasterFormsRepository | Implements the IMasterFormsRepository interface for Master Forms stored on local disk. | |
MasterFormCollection | Represents a generic collection of objects. | |
MasterFormsCategoryCollection | Represents a generic collection of objects. | |
PageRequestCallbackData | Data for the PageRequestCallback delegate. |