Table of Contents

Class BarcodeDocumentParser

Namespace
IO.Scanbot.Barcodescanner
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/BarcodeDocumentParser", DoNotGenerateAcw = true)]
public sealed class BarcodeDocumentParser : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeDocumentParser
Implements
Inherited Members

Constructors

BarcodeDocumentParser()

[Register(".ctor", "()V", "")]
public BarcodeDocumentParser()

Methods

ParseDocument(string)

[Register("parseDocument", "(Ljava/lang/String;)Lio/scanbot/genericdocument/entity/GenericDocument;", "")]
public GenericDocument ParseDocument(string input)

Parameters

input string

Returns

GenericDocument