You are here: Start » AVL.NET » QRCode Class

QRCode Class

Holds information about QR code: its position, version and text which is encoded.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
QRCode(Path, String, Int32)
QRCode(QRCode)Creates a deep copy of the passed object.
QRCode()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
PositionAvlNet.Path
TextSystem.String
VersionSystem.Int32

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.QRCode)
Equals(AvlNet.QRCode, AvlNet.QRCode)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.QRCode)Resets this instance with data of the other QRCode object.
ToString()Inherited from System.Object

Remarks

See also