當前正試圖使用ZXing Mobile爲Xamarin Forms構建應用程序。 編譯的代碼沒有問題。但是,試圖將Android設備上運行的時候,我得到了以下錯誤: An unhandled exception occcured.
日誌顯示以下內容: [0:] Binding: 'DefaultOverlayTopText' property not found on 'ZXing.Net
我想在我的ZXing條碼中放置<FNC1>分隔符,我不知道這些應該如何格式化爲字符串值。我已經 BarcodeWriterPixelData writer = new BarcodeWriterPixelData()
{
Format = BarcodeFormat.CODE_128,
Options = new ZXing.Common.EncodingOptions