# QRCodeData Class QRCodeData ## 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 QRCodeData : IDisposable ``` **C++** ``` C++ public ref class QRCodeData : IDisposable ```
| Inheritance | Object → QRCodeData |
| Implements | IDisposable |
| QRCodeData(Int32) | Initializes a new instance of the QRCodeData class |
| QRCodeData(Byte[], QRCodeData.Compression) | QRCodeData |
| QRCodeData(String, QRCodeData.Compression) | QRCodeData |
| ModuleMatrix | Module Matrix |
| Version |
| Dispose() | Releases all resources used by the QRCodeData |
| Dispose(Boolean) | Releases the unmanaged resources used by the QRCodeData and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | (Overrides Object.Finalize()) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRawData | GetRawData |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SaveRawData | SaveRawData |
| ToString | Returns a string that represents the current object. (Inherited from Object) |