Class OcrResult.Barcode
Represents a barcode discovered during OCR. See Read
Inherited Members
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class Barcode : OcrResult.OcrResultElement
Properties
BarcodeNumber
One based number of this barcode within the Ocr
Declaration
public int BarcodeNumber { get; }
Property Value
Type | Description |
---|---|
System. |
Format
Barcode format / type.
Declaration
public OcrResult.BarcodeEncoding Format { get; }
Property Value
Type | Description |
---|---|
Ocr |
Text
Text value of the barcode. Synonym of Value.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System. |
Value
Text value of the barcode.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
Text value of the barcode. Synonym of Value.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |