Skip to content
Discussion options

You must be logged in to vote

The base package ZXing.Net https://www.nuget.org/packages/ZXing.Net/ only contains the core classes without the implementations for a specific image library. Since .Net Standard / .Net Core the .Net packages don't contain the System.Drawing namespace.
You have to add one of the additional binding packages for the image manipulation library you want to use:
https://www.nuget.org/packages?q=ZXing.Net.Bindings*
Perhaps the package https://www.nuget.org/packages/ZXing.Net.Bindings.Windows.Compatibility/ fits your needs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lance-ingram
Comment options

Answer selected by lance-ingram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants