# QRCodeGenerator Class QRCodeGenerator ## Definition **Namespace:** QRCoder.Core **Assembly:** QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294 **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public class QRCodeGenerator : IDisposable ``` **C++** ``` C++ public ref class QRCodeGenerator : IDisposable ```
InheritanceObject → QRCodeGenerator
ImplementsIDisposable
## Constructors
QRCodeGenerator Initializes the QR code generator
## 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 Releases all resources used by the QRCodeGenerator
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)
## See Also #### Reference QRCoder.Core Namespace