# QRCodeGenerator Methods ## Methods
| 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. |
| Dispose | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| 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. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |