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

QRCode Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
PolarityAvl.Polarity
PositionAvl.Path
TextSystem.String
VersionSystem.Int32

Methods

 NameDescription
CopyTo(Avl.QRCode)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.QRCode)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.QRCode)
ToString()Inherited from System.Object

Remarks

See also