public frmTwain()
 {
     InitializeComponent();
     tw = new CTwain();
     tw.Init(this.Handle);
     GetGlobalParameters();
 }
        public frmICR()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();
            GetGlobalParameters();
            img.AutoSize = PegasusImaging.WinForms.ImagXpress7.enumAutoSize.ISIZE_BestFit;

            tw = new CTwain();
            tw.Init(this.Handle);
        }  //Constructor
Ejemplo n.º 3
0
        public frmOrderZonalAdquire()
        {
            InitializeComponent();

            tw = new CTwain();
            tw.Init(this.Handle);


            oCustomer = new ScannedCustomer(Global.CurrrentCompany);
            oTeacher  = new ScannedTeacher(Global.CurrrentCompany);
            oImage    = new ScannedImage();
        }  //Constructor