You are here: Start » Barcode Class

Barcode Class

Namespace:Fil
Assembly:FilNet.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
FormatFil.BarcodeFormat
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
PolarityFil.Polarity
PositionFil.Rectangle2D
TextSystem.String

Methods

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

Remarks

See also