Class BarcodeRecognitionResult
Barcode recognition result
Inheritance
System.Object
BarcodeRecognitionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class BarcodeRecognitionResult
Properties
| Improve this Doc View SourceBarcode
Gets or sets the barcode
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BarcodeType
Gets or sets the barcode type
Declaration
public string BarcodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Page
Gets or sets the page
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |