# CreateQrCode Method ## Overload List
| CreateQrCode(PayloadGenerator.Payload) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |
| CreateQrCode(Byte[], QRCodeGenerator.ECCLevel) | Calculates the QR code data which than can be used in one of the rendering classes to generate a graphical representation. |
| CreateQrCode(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. |
| CreateQrCode(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. |