Class BarcodeItem
- Namespace
 - IO.Scanbot.Barcodescanner.Model
 
- Assembly
 - DocumentSDK.NET.Droid.dll
 
[Register("io/scanbot/barcodescanner/model/BarcodeItem", DoNotGenerateAcw = true)]
public sealed class BarcodeItem : Object, IJavaObject, IJavaPeerable, IDisposable
  - Inheritance
 - 
      
      
      BarcodeItem
 
- Implements
 
- Inherited Members
 
Constructors
BarcodeItem(string, GenericDocument, byte[], int, Bitmap, IList<Point>, IDictionary<string, string>)
[Register(".ctor", "(Ljava/lang/String;Lio/scanbot/genericdocument/entity/GenericDocument;[BILandroid/graphics/Bitmap;Ljava/util/List;Ljava/util/Map;)V", "")]
public BarcodeItem(string rawString, GenericDocument parsedDocument, byte[] rawBytes, int decodedType, Bitmap image, IList<Point> pointsList, IDictionary<string, string> metadataInternal)
  Parameters
rawStringstringparsedDocumentGenericDocumentrawBytesbyte[]decodedTypeintimageBitmappointsListIList<Point>metadataInternalIDictionary<string, string>
Properties
Image
public Bitmap Image { get; }
  Property Value
Metadata
public IDictionary<BarcodeMetadataKey, string> Metadata { get; }
  Property Value
ParsedDocument
public GenericDocument ParsedDocument { get; }
  Property Value
PointsList
public IList<Point> PointsList { get; }
  Property Value
RawString
public string RawString { get; }
  Property Value
Type
public BarcodeType Type { get; }
  Property Value
Methods
GetRawBytes()
[Register("getRawBytes", "()[B", "")]
public byte[] GetRawBytes()
  Returns
- byte[]