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

Barcode Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Holds information about 1D barcode: its position, format and text which is encoded.

Constructors

 ConstructorDescription
Barcode()
Barcode(Rectangle2D, String, BarcodeFormat, Polarity)

Properties

 NameTypeDescription
FormatAvl.BarcodeFormat
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
PolarityAvl.Polarity
PositionAvl.Rectangle2D
TextSystem.String

Methods

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

Remarks

See also