| Name | Description |
| AddFormPage | Overloaded. Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm. |
| AddMasterFormPage | Overloaded. Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using OpenMasterForm. |
| CloseForm | Closes an open FormRecognitionAttributes object associated with a Form. |
| CloseMasterForm | Closes an open FormRecognitionAttributes object associated with a Master Form. |
| CompareExtendedForm | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. |
| CompareForm | Overloaded. Returns a FormRecognitionResult object that describes how close the specified Form is to the specified Master Form. |
| CompareFormFast | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. |
| ComparePage | Overloaded. Returns a PageRecognitionResult object that describes how close the specified Form page is in comparison to the specified Master Form page. |
| CreateForm | Creates a new form, with the specified options, for use in recognition It returns a FormRecognitionEngine object that you can use for creating any Form. |
| CreateMasterForm | Creates a new Master Form attribute object with the specified options. |
| DeleteFormPage | Deletes the specified page from the specified Form attribute object. |
| DeleteMasterFormPage | Deletes the specified page from the specified Master Form. |
| FillFieldsInformation | Update passed Leadtools.Forms.Processing.FormPages by filling Extra-information after recognition phase but before Processing phase. |
| GetFormAlignment | Overloaded. Returns a list of Leadtools.Forms.PageAlignment objects that determines the amount of shift and scaling for each page of the Form with its corresponding page in the specified Master Form. |
| GetFormProperties | Returns a FormRecognitionProperties object that provides information about the specified FormRecognitionAttributes such as isMaster, name, ID, creation time, modification time, last access time, and the number of pages. |
| GetPageAlignment | Overloaded. Returns a Leadtools.Forms.PageAlignment object which specifies the amount of shift and scaling for a specific form page, according to the specified Master Form. |
| GetPageOptions | Returns a PageRecognitionOptions object from specific page number in FormRecognitionAttributes. |
| InsertFormPage | Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm. |
| InsertMasterFormPage | Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using OpenMasterForm. |
| OpenForm | Opens a closed Form attribute object for editing, or adding or deleting pages. |
| OpenMasterForm | Opens a closed Master Form attribute object for editing, or adding or deleting pages. |
| SetPageOptions | set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success. |