Class FindAndPickScanningMode
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Barcode.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class FindAndPickScanningMode : BarcodeUseCase, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
FindAndPickScanningMode
- Implements
-
- Inherited Members
-
Constructors
FindAndPickScanningMode()
public FindAndPickScanningMode()
FindAndPickScanningMode(ScanbotColor, ScanbotColor, ScanbotColor, bool, IList<ExpectedBarcode>, int, Sheet, SheetContent, ManualCountEditDialog, ArOverlayFindAndPickConfiguration, bool, ScanbotAlertDialog, bool, ScanbotAlertDialog)
public FindAndPickScanningMode(ScanbotColor scanningCompletedColor, ScanbotColor scanningPartiallyColor, ScanbotColor scanningNotScannedColor, bool allowPartialScan, IList<ExpectedBarcode> expectedBarcodes, int countingRepeatDelay, Sheet sheet, SheetContent sheetContent, ManualCountEditDialog manualCountEditDialog, ArOverlayFindAndPickConfiguration arOverlay, bool partialScannedAlertDialogEnabled, ScanbotAlertDialog partialScannedAlertDialog, bool confirmationAlertDialogEnabled, ScanbotAlertDialog confirmationAlertDialog)
Parameters
scanningCompletedColor
ScanbotColor
scanningPartiallyColor
ScanbotColor
scanningNotScannedColor
ScanbotColor
allowPartialScan
bool
expectedBarcodes
IList<ExpectedBarcode>
countingRepeatDelay
int
sheet
Sheet
sheetContent
SheetContent
manualCountEditDialog
ManualCountEditDialog
arOverlay
ArOverlayFindAndPickConfiguration
partialScannedAlertDialogEnabled
bool
partialScannedAlertDialog
ScanbotAlertDialog
confirmationAlertDialogEnabled
bool
confirmationAlertDialog
ScanbotAlertDialog
FindAndPickScanningMode(JSONObject)
public FindAndPickScanningMode(JSONObject json)
Parameters
json
JSONObject
FindAndPickScanningMode(IDictionary<string, Object>)
public FindAndPickScanningMode(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
AllowPartialScan
public bool AllowPartialScan { get; set; }
Property Value
- bool
ArOverlay
public ArOverlayFindAndPickConfiguration ArOverlay { get; set; }
Property Value
- ArOverlayFindAndPickConfiguration
ConfirmationAlertDialog
public ScanbotAlertDialog ConfirmationAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
ConfirmationAlertDialogEnabled
public bool ConfirmationAlertDialogEnabled { get; set; }
Property Value
- bool
CountingRepeatDelay
public int CountingRepeatDelay { get; set; }
Property Value
- int
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
ExpectedBarcodes
public IList<ExpectedBarcode> ExpectedBarcodes { get; set; }
Property Value
- IList<ExpectedBarcode>
ManualCountEditDialog
public ManualCountEditDialog ManualCountEditDialog { get; set; }
Property Value
- ManualCountEditDialog
PartialScannedAlertDialog
public ScanbotAlertDialog PartialScannedAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
PartialScannedAlertDialogEnabled
public bool PartialScannedAlertDialogEnabled { get; set; }
Property Value
- bool
ScanningCompletedColor
public ScanbotColor ScanningCompletedColor { get; set; }
Property Value
- ScanbotColor
ScanningNotScannedColor
public ScanbotColor ScanningNotScannedColor { get; set; }
Property Value
- ScanbotColor
ScanningPartiallyColor
public ScanbotColor ScanningPartiallyColor { get; set; }
Property Value
- ScanbotColor
Sheet
public Sheet Sheet { get; set; }
Property Value
- Sheet
SheetContent
public SheetContent SheetContent { get; set; }
Property Value
- SheetContent
Methods
Component1()
public ScanbotColor Component1()
Returns
- ScanbotColor
Component10()
public ArOverlayFindAndPickConfiguration Component10()
Returns
- ArOverlayFindAndPickConfiguration
Component11()
public bool Component11()
Returns
- bool
Component12()
public ScanbotAlertDialog Component12()
Returns
- ScanbotAlertDialog
Component13()
public bool Component13()
Returns
- bool
Component14()
public ScanbotAlertDialog Component14()
Returns
- ScanbotAlertDialog
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Component3()
public ScanbotColor Component3()
Returns
- ScanbotColor
Component4()
Returns
- bool
Component5()
public IList<ExpectedBarcode> Component5()
Returns
- IList<ExpectedBarcode>
Component6()
Returns
- int
Component7()
public Sheet Component7()
Returns
- Sheet
Component8()
public SheetContent Component8()
Returns
- SheetContent
Component9()
public ManualCountEditDialog Component9()
Returns
- ManualCountEditDialog
Copy(ScanbotColor, ScanbotColor, ScanbotColor, bool, IList<ExpectedBarcode>, int, Sheet, SheetContent, ManualCountEditDialog, ArOverlayFindAndPickConfiguration, bool, ScanbotAlertDialog, bool, ScanbotAlertDialog)
public FindAndPickScanningMode Copy(ScanbotColor scanningCompletedColor, ScanbotColor scanningPartiallyColor, ScanbotColor scanningNotScannedColor, bool allowPartialScan, IList<ExpectedBarcode> expectedBarcodes, int countingRepeatDelay, Sheet sheet, SheetContent sheetContent, ManualCountEditDialog manualCountEditDialog, ArOverlayFindAndPickConfiguration arOverlay, bool partialScannedAlertDialogEnabled, ScanbotAlertDialog partialScannedAlertDialog, bool confirmationAlertDialogEnabled, ScanbotAlertDialog confirmationAlertDialog)
Parameters
scanningCompletedColor
ScanbotColor
scanningPartiallyColor
ScanbotColor
scanningNotScannedColor
ScanbotColor
allowPartialScan
bool
expectedBarcodes
IList<ExpectedBarcode>
countingRepeatDelay
int
sheet
Sheet
sheetContent
SheetContent
manualCountEditDialog
ManualCountEditDialog
arOverlay
ArOverlayFindAndPickConfiguration
partialScannedAlertDialogEnabled
bool
partialScannedAlertDialog
ScanbotAlertDialog
confirmationAlertDialogEnabled
bool
confirmationAlertDialog
ScanbotAlertDialog
Returns
- FindAndPickScanningMode
Default()
public static FindAndPickScanningMode Default()
Returns
- FindAndPickScanningMode
DescribeContents()
public override int DescribeContents()
Returns
- int
Get_type()
public override string Get_type()
Returns
- string
ToJson(ToJsonConfiguration)
public override JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags