Beispiel #1
0
        /// <summary>
        /// Initializes the SimpleCameraReader
        /// </summary>
        /// <param name="scanOnAutoFocus">Sets whether the camera should scan on completed autofocus or on a timely fashion</param>
        public SimpleCameraReader(ZxingScannerBase scanner, ZxingScanningOptions options)
        {
            this.Options = options;
            this.Scanner = scanner;

            Initialize();
        }
		/// <summary>
		/// Initializes the SimpleCameraReader
		/// </summary>
		/// <param name="scanOnAutoFocus">Sets whether the camera should scan on completed autofocus or on a timely fashion</param>
		public SimpleCameraReader(ZxingScannerBase scanner, ZxingScanningOptions options)
		{
            this.Options = options;
            this.Scanner = scanner;

			Initialize();
		}