You are here: Start » QRCode Class

QRCode Class

Namespace:Fil
Assembly:FilNet.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 Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
PolarityFil.Polarity
PositionFil.Path
TextSystem.String
VersionSystem.Int32

Methods

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

Remarks

See also