| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | AddFormPage | Overloaded. Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | CloseForm | Closes an open FormRecognitionAttributes object associated with a Form. |
![Public Method](dotnetimages/publicMethod.gif) | CloseMasterForm | Closes an open FormRecognitionAttributes object associated with a Master Form. |
![Public Method](dotnetimages/publicMethod.gif) | CompareExtendedForm | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. |
![Public Method](dotnetimages/publicMethod.gif) | CompareForm | Overloaded. Returns a FormRecognitionResult object that describes how close the specified Form is to the specified Master Form. |
![Public Method](dotnetimages/publicMethod.gif) | CompareFormFast | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. |
![Public Method](dotnetimages/publicMethod.gif) | ComparePage | Overloaded. Returns a PageRecognitionResult object that describes how close the specified Form page is in comparison to the specified Master Form page. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | CreateMasterForm | Creates a new Master Form attribute object with the specified options. |
![Public Method](dotnetimages/publicMethod.gif) | DeleteFormPage | Deletes the specified page from the specified Form attribute object. |
![Public Method](dotnetimages/publicMethod.gif) | DeleteMasterFormPage | Deletes the specified page from the specified Master Form. |
![Public Method](dotnetimages/publicMethod.gif) | FillFieldsInformation | Update passed Leadtools.Forms.Processing.FormPages by filling Extra-information after recognition phase but before Processing phase. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | GetPageOptions | Returns a PageRecognitionOptions object from specific page number in FormRecognitionAttributes. |
![Public Method](dotnetimages/publicMethod.gif) | InsertFormPage | Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm. |
![Public Method](dotnetimages/publicMethod.gif) | 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. |
![Public Method](dotnetimages/publicMethod.gif) | OpenForm | Opens a closed Form attribute object for editing, or adding or deleting pages. |
![Public Method](dotnetimages/publicMethod.gif) | OpenMasterForm | Opens a closed Master Form attribute object for editing, or adding or deleting pages. |
![Public Method](dotnetimages/publicMethod.gif) | SetPageOptions | set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success. |