public ICRField() { this.Result = ""; this.Confidence = 0; this.ImageExpress = new ImagXpress(); this.InputImage = new ImageXView(ImageExpress); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.formFix1 = new FormFix(this.components); this.formFix1.Debug = false; this.formFix1.DebugLogFile = "C:\\Documents and Settings\\jargento.JPG.COM\\My Documents\\FormFix3.log"; this.formFix1.ErrorLevel = PegasusImaging.WinForms.FormFix3.ErrorLevel.Production; this.SmartZone2 = new SmartZone(); this.SmartZone2.Reader.Classifier = Classifier.HandPrint; this.SmartZone2.Reader.CharacterSet.Language = Language.English; this.SmartZone2.Licensing.LicenseEdition = PegasusImaging.WinForms.SmartZone2.LicenseEditionType.IcrOcrProfessionalEdition; this.imagXpress1 = new ImagXpress(this.components); this.InputImg = new ImageXView(this.components); this.OutputImg = new ImageXView(this.components); this.OutputFieldImg = new ImageXView(this.components); this.notateXpress1 = new NotateXpress(this.components); this.scanFix1 = new ScanFix(this.components); scanFix1.License.LicenseEdition = PegasusImaging.WinForms.ScanFix5.License.LicenseChoice.BitonalEdition; //****Must call the UnlockRuntime function ***** this.imagXpress1.Licensing.UnlockRuntime(1908209139, 373711808, 1340714821, 15519); this.scanFix1.License.UnlockRuntime(192088888, 871219288, 1837565222, 12308); this.SmartZone2.Licensing.LicenseEdition = PegasusImaging.WinForms.SmartZone2.LicenseEditionType.IcrOcrProfessionalEdition; this.SmartZone2.Licensing.UnlockRunTime(192088888, 871219288, 1837565222, 12308); this.formFix1.Licensing.UnlockRuntime(1288805975, 1989022510, 780270913, 19622); this.formFix1.Licensing.LicenseEdition = PegasusImaging.WinForms.FormFix3.LicenseEditionType.Professional; }