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

Barcode Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

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

Constructors

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

Properties

 NameTypeDescription
FormatFilNet.BarcodeFormatFormat of the barcode
PolarityFilNet.PolarityPolarity of the barcode (Dark or Bright)
PositionFilNet.Rectangle2DPosition of the barcode
TextSystem.StringDecoded text of the barcode

Methods

 NameDescription
Equals(FilNet.Barcode)
Equals(object)Inherited from System.Object
Equals(FilNet.Barcode, FilNet.Barcode)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also