/// <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(MobileBarcodeScannerBase scanner, MobileBarcodeScanningOptions options) { this.Options = options; this.Scanner = scanner; Initialize(); }