[SerializableAttribute()]public enum FormsTradeoffMode
| Value | Member | Description |
|---|---|---|
| 0 | Accurate | Highest accuracy mode. Used to recognize and process forms at any resolution. |
| 1 | Balanced | High speed. Used to recognize and process forms that have resolutions similar to their master forms with moderate text. |
| 2 | Fast | Highest speed. Used to recognize and process forms that have resolutions similar to their master forms with abundant text. |
FormsTradeoffMode provides different trade-off options to the developer to perform the recognition and processing of forms. FormsTradeoffMode is used in two classes: Leadtools.Forms.Recognition.PageRecognitionOptions, and Leadtools.Forms.Auto.AutoFormsEngine.