Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use ZXing.EncodeHintType.ERROR_CORRECTION? #1

Closed
PeterConchaR opened this issue Nov 23, 2016 · 1 comment
Closed

How to use ZXing.EncodeHintType.ERROR_CORRECTION? #1

PeterConchaR opened this issue Nov 23, 2016 · 1 comment

Comments

@PeterConchaR
Copy link

Hi Michael, with my colleagues we want to use:
ZXing.EncodeHintType.ERROR_CORRECTION
But we do not find documentation on this point

Could you help us? :) #ZXing

@micjahn
Copy link
Owner

micjahn commented Nov 24, 2016

sample code:

var writer = new BarcodeWriter
{
   Options = new ZXing.QrCode.QrCodeEncodingOptions
   {
      ErrorCorrection = ErrorCorrectionLevel.H
   }
};

@micjahn micjahn closed this as completed Nov 24, 2016
micjahn pushed a commit that referenced this issue Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants