Esempio n. 1
0
        private void CriarImagemSafe()
        {
            _img = new Util.Captcha();
            _img.BackColor = System.Drawing.Brushes.Chocolate;
            _img.Color = System.Drawing.Brushes.White;
            _img.PointColor = System.Drawing.Color.White;

            //Se é pra colocar números no captcha ou não
            _img.Numeros = false;

            _img.TotalCaracteres = 3;
            _img.Height = 61;
            _img.Width = 146;

            ExibirImagem();
        }
        private void CriarImagemSafe()
        {
            _img            = new Util.Captcha();
            _img.BackColor  = System.Drawing.Brushes.Chocolate;
            _img.Color      = System.Drawing.Brushes.White;
            _img.PointColor = System.Drawing.Color.White;

            //Se é pra colocar números no captcha ou não
            _img.Numeros = false;

            _img.TotalCaracteres = 3;
            _img.Height          = 61;
            _img.Width           = 146;

            ExibirImagem();
        }