# GenerateQrCode Method ## Overload List
| GenerateQrCode(PayloadGenerator.Payload) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |
| GenerateQrCode(Byte[], QRCodeGenerator.ECCLevel) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |
| GenerateQrCode(PayloadGenerator.Payload, QRCodeGenerator.ECCLevel) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |
| GenerateQrCode(String, QRCodeGenerator.ECCLevel, Boolean, Boolean, QRCodeGenerator.EciMode, Int32) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |