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