-
How to pass System.Drawing.Image to ZXing.Net with net6.0 |
Beta Was this translation helpful? Give feedback.
Answered by
micjahn
Jan 25, 2022
Replies: 1 comment 1 reply
-
Without knowing the concrete error message I think you should add the following nuget package: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
khr245
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without knowing the concrete error message I think you should add the following nuget package:
https://www.nuget.org/packages/ZXing.Net.Bindings.Windows.Compatibility/
Then create your reader
var reader = new ZXing.Windows.Compatibility.BarcodeReader()