标签: c# xamarin zxing
var result = await _scanner.Scan(new MobileBarcodeScanningOptions { AutoRotate = false, TryHarder = true, PossibleFormats = new List<BarcodeFormat> { BarcodeFormat.CODE_39 } });
这使得方向保持纵向,因为它以纵向开始。 如何让它从风景开始?