Michael Jahn
Michael Jahn
At the moment ZXing.Net doesn't support Latin-1 without manually switching to the FNC4 mode. I fear I will not find enough free time to add that function. That means you...
Sorry, I can't help here. I have no experience with WinUI3. Perhaps you have to try out the available packages.
I will never provide assemblies which are signed with authenicode because of the costs. This is a open source project. If there are assemblies in the nuget packages which doesn't...
Without any details I can't help here.
You can use it this way: ``` var Reader = new ZXing.OpenCV.BarcodeReader(); Reader.DecodeMultiple(...) ```
You are right, the naming is somewhat misleading. Background: "Reader", "GenericMultipleBarcodeReader", "QRCodeReader", "PDF417Reader" and so on are classes which are directly ported from the original java version. They can't be...
The method "DecodeMultiple" works for different types of codes as stated in my comment at stackoverflow: > The BarcodeReader class implements two interfaces: IBarcodeReader and IMultipleBarcodeReader. The IMultipleBarcodeReader interface supports...
Can't reproduce the error. I tried it with the Windows Forms demo application with success: 