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

QRCode Class

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

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

Constructors

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

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
PolarityAvlNet.PolarityPolarity of found QR code (Dark or Bright)
PositionAvlNet.PathPosition of found QR code.
TextSystem.StringDecoded text of QR code
VersionSystem.Int32Defines size of QR code.(e.g. Version 1 represents QR code 21x21)

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