You are here: Start » FIL.NET » OcrModelDesigner Class
OcrModelDesigner Class
Prompts the user to edit an OCR Model.
Namespace: | FilNet.Designers |
---|---|
Assembly: | Fil.Net.Designers.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | OcrModelDesigner(IContainer) | Initializes an instance of the OcrModelDesigner dialog using IContainer object which is responsible for disposing this dialog. |
![]() | OcrModelDesigner() | Initializes an instance of the OcrModelDesigner dialog. |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Backgrounds | FilNet.Image[] | Inherited from a FilNet.Designers.Designer |
![]() | Icon | System.Drawing.Icon | Inherited from a FilNet.Designers.Designer |
![]() | IsDisposed | System.Boolean | Inherited from a FilNet.Designers.Designer |
![]() | Regions | System.Collections.Generic.IList<FilNet.Region> | List of regions |
![]() | Site | System.ComponentModel.ISite | Inherited from a FilNet.Designers.Designer |
![]() | Size | System.Drawing.Size | Inherited from a FilNet.Designers.Designer |
![]() | StartLocation | System.Drawing.Point | Inherited from a FilNet.Designers.Designer |
![]() | StartPosition | System.Windows.Forms.FormStartPosition | Inherited from a FilNet.Designers.Designer |
![]() | Title | System.String | Inherited from a FilNet.Designers.Designer |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Inherited from FilNet.Designers.Designer |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetOcrModel() | Creates an instance of the OcrModel type using editor properties. |
![]() | GetType() | Inherited from System.Object |
![]() | LoadParameters(string) | Load model parameters from a file. |
![]() | SaveParameters(string) | Save model parameters to a file. |
![]() | SetOcrModel(FilNet.OcrModel) | Sets existing instance of OcrModel to editor. |
![]() | ShowDialog() | Shows the editor as a modal window |
![]() | ShowDialog(System.Windows.Forms.IWin32Window) | Shows the editor as a modal window with a specified owner |
![]() | ToString() | Inherited from System.Object |