For a list of all members of this type, see FormRecognitionEngine members.
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 FormRecognitionEngine.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 FormRecognitionEngine.OpenMasterForm. |
![]() | CloseForm | Closes an open FormRecognitionAttributes object that is related to a Form. |
![]() | CloseMasterForm | Closes an open FormRecognitionAttributes object that is related to a Master Form. |
![]() | CompareForm | Overloaded. Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. |
![]() | ComparePage | Overloaded. Returns a PageRecognitionResult object determines how close is the specified Form page to the specified Master Form page. |
![]() | CreateForm | Creates a new form, with the specified options, for use in recogniton. It returns a FormRecognitionEngine object that you can use for creating any Form. |
![]() | CreateMasterForm | Creates a new Master Form attributes object with the specified options. It returns a FormRecognitionEngine object that you can use for creating a Master Form. |
![]() | DeleteFormPage | Deletes the specifed page from the specified Form attributes object. |
![]() | DeleteMasterFormPage | Deletes the specifed page from the specified Master Form. |
![]() | GetFormAlignment | Overloaded. Returns a list of 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, modfication time, last access time, and the number of pages. |
![]() | GetPageAlignment | Overloaded. Returns a PageAlignment object which specifies the amount of shift and scaling for a specific form page, according to the specified Master Form. |
![]() | OpenForm | Opens a closed Form attributes object for editing, or to add or delete pages. |
![]() | OpenMasterForm | Opens a closed Master Form attributes object for editing, or to add or delete pages. |