You are here: Start » QRCode Class

QRCode Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
QRCode(Path)
QRCode(Path, String, Int32, Polarity)
QRCode(QRCode)
QRCode()

Properties

 NameTypeDescription
IsDisposedSystem.Boolean
PolarityAvlNet.Polarity
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)
ToString()Inherited from System.Object

See also