Class BarcodeNavigationEvents.BarcodeScanned
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeNavigationEvents.BarcodeScanned : BarcodeNavigationEvents, IEvent, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeNavigationEvents.BarcodeScanned
- Implements
-
Constructors
BarcodeScanned(BarcodeScannerResult, string, string, Long)
public BarcodeScanned(BarcodeScannerResult result, string barcodeImagePath, string barcodePreviewFramePath, Long delayAfterScanMs)
Parameters
result
BarcodeScannerResult
barcodeImagePath
string
barcodePreviewFramePath
string
delayAfterScanMs
Long
Properties
BarcodeImagePath
public string BarcodeImagePath { get; }
Property Value
- string
BarcodePreviewFramePath
public string BarcodePreviewFramePath { get; }
Property Value
- string
DelayAfterScanMs
public Long DelayAfterScanMs { get; }
Property Value
- Long
Result
public BarcodeScannerResult Result { get; }
Property Value
- BarcodeScannerResult
Methods
Component1()
public BarcodeScannerResult Component1()
Returns
- BarcodeScannerResult
Component2()
public string Component2()
Returns
- string
Component3()
public string Component3()
Returns
- string
Component4()
Returns
- Long
Copy(BarcodeScannerResult, string, string, Long)
public BarcodeNavigationEvents.BarcodeScanned Copy(BarcodeScannerResult result, string barcodeImagePath, string barcodePreviewFramePath, Long delayAfterScanMs)
Parameters
result
BarcodeScannerResult
barcodeImagePath
string
barcodePreviewFramePath
string
delayAfterScanMs
Long
Returns
- BarcodeNavigationEvents.BarcodeScanned