BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Query |
Details |
Is there a way of knowing how big will the generated QR code be on PDF page?
I tried reading barcode.Size.Width and barcode.Size.Height properties (both before and after barcode.Draw was executed), but I am always getting zeroes. |
Currently we do not have support to getting size of the QRBarcode in Xamarin.Forms, we will consider this usability feature request. We will implement this feature and it will be included in our Volume 2, SP 1 release which is expected to be available at the end of May, 2017. We request you to visit our website periodically for feature related updates.
|
what you do with XDimension andPdfErrorCorrectionLevel. |
XDimension:
Specifies the width of the narrowest element(bar or space) in a barcode. The greater the x dimension, the more easily a barcode reader will scan.
Error Correction Level:
There are 4 error correction levels used for QR codes, with each one adding different amounts of “backup” data depending on how much damage the QR code is expected to suffer in its intended environment, and hence how much error correction may be required:
Please find the below link for more details about Error correction level,
|