Skip to content

T_QRCoder_Core_QRCodeData

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

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#

public class QRCodeData : IDisposable

C++

public ref class QRCodeData : IDisposable
Inheritance Object → QRCodeData
Implements IDisposable

Constructors

QRCodeData(Int32) Initializes a new instance of the QRCodeData class
QRCodeData(Byte[], QRCodeData.Compression) QRCodeData
QRCodeData(String, QRCodeData.Compression) QRCodeData

Properties

ModuleMatrix Module Matrix
Version  

Methods

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)

See Also

Reference

QRCoder.Core Namespace

Clone this wiki locally