| | |
| | | public void OpenScan(Action<string> action) |
| | | { |
| | | resultAction = action; |
| | | //string cancel = "取消"; |
| | | //string flashText = ""; |
| | | //string titleText = "二维码扫描"; |
| | | //if (Language.CurrentLanguage != "Chinese") |
| | | //{ |
| | | // cancel = "Cancel"; |
| | | // flashText = ""; |
| | | // titleText = "Scan"; |
| | | //} |
| | | |
| | | ((BaseActivity)Shared.Application.Activity).SetCamera(async (obj) => |
| | | { |
| | |
| | | |
| | | public static byte[] BytesFromText(string text, int width = 300, int height = 300) |
| | | { |
| | | if (text == "") return null; |
| | | |
| | | var barcodeWriter = new ZXing.Mobile.BarcodeWriter |
| | | { |
| | | Format = ZXing.BarcodeFormat.QR_CODE, |