# AbstractQRCode Class AbstractQRCode ## 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 abstract class AbstractQRCode : IDisposable ``` **C++** ``` C++ public ref class AbstractQRCode abstract : IDisposable ```
InheritanceObject → AbstractQRCode
DerivedQRCoder.Core.ArtQRCode
QRCoder.Core.AsciiQRCode
QRCoder.Core.Base64QRCode
QRCoder.Core.BitmapByteQRCode
QRCoder.Core.PdfByteQRCode
QRCoder.Core.PngByteQRCode
QRCoder.Core.PostscriptQRCode
QRCoder.Core.QRCode
QRCoder.Core.SvgQRCode
ImplementsIDisposable
## Constructors
AbstractQRCode() AbstractQRCode
AbstractQRCode(QRCodeData) AbstractQRCode
## Properties
QrCodeData QRCodeData
## Methods
Dispose() Dispose
Dispose(Boolean) Releases the unmanaged resources used by the AbstractQRCode 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)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
SetQRCodeData Set a QRCodeData object that will be used to generate QR code. Used in COM Objects connections
ToString Returns a string that represents the current object.
(Inherited from Object)
## See Also #### Reference QRCoder.Core Namespace