QRCodeGenerator.GetMinimumSize Method
Gets minimum size of a QRCode for a given string with a given error correction level.
Parameters
- data
- The data to put in the QRCode.
- errorCorrection
- Error correction level to use for the QRCode. (More error correction means bigger QRCode). This can be any value that is defined in the ErrorCorrectionType enum.
Returns
- Integer
Remarks
See Also
QRCodeGenerator Class