public void SetOptions(CaptchaOptions option)
 {
     this._width  = option.Width;
     this._height = option.Height;
 }
 public CaptchaService1(CaptchaOptions options)
 {
     _width  = options.Width;
     _height = options.Height;
 }