Skip to content

Get QR Code Level after generating the QR Code #594

Answered by micjahn
TheJoeFin asked this question in Q&A
Discussion options

You must be logged in to vote

You can try calling the following method directly:
ZXing.QrCode.Internal.Encoder.encode(String content, ErrorCorrectionLevel ecLevel, IDictionary<EncodeHintType, object> hints)
It gives you a "QRCode" instance which has the property "Version". Perhaps this is what you need.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TheJoeFin
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