Skip to content

T_QRCoder_Core_AbstractQRCode

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

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#

public abstract class AbstractQRCode : IDisposable

C++

public ref class AbstractQRCode abstract : IDisposable
Inheritance Object → AbstractQRCode
Derived QRCoder.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
Implements IDisposable

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

Clone this wiki locally