Table of Contents

Class BarcodeScannerConfiguration

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/BarcodeScannerConfiguration", DoNotGenerateAcw = true)]
public sealed class BarcodeScannerConfiguration : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeScannerConfiguration
Implements
Inherited Members

Constructors

BarcodeScannerConfiguration()

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

BarcodeScannerConfiguration(JSONObject)

[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public BarcodeScannerConfiguration(JSONObject json)

Parameters

json JSONObject

BarcodeScannerConfiguration(IDictionary<string, Object>)

[Register(".ctor", "(Ljava/util/Map;)V", "")]
public BarcodeScannerConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

BarcodeScannerConfiguration(IList<BarcodeFormatConfigurationBase>, IList<BarcodeDocumentFormat>, bool, bool, BarcodeScannerEngineMode, BarcodeAccumulationConfiguration, bool, ProcessingMode)

[Register(".ctor", "(Ljava/util/List;Ljava/util/List;ZZLio/scanbot/sdk/barcode/BarcodeScannerEngineMode;Lio/scanbot/sdk/barcode/BarcodeAccumulationConfiguration;ZLio/scanbot/sdk/common/ProcessingMode;)V", "")]
public BarcodeScannerConfiguration(IList<BarcodeFormatConfigurationBase> barcodeFormatConfigurations, IList<BarcodeDocumentFormat> extractedDocumentFormats, bool onlyAcceptDocuments, bool returnBarcodeImage, BarcodeScannerEngineMode engineMode, BarcodeAccumulationConfiguration accumulationConfig, bool optimizedForOverlays, ProcessingMode processingMode)

Parameters

barcodeFormatConfigurations IList<BarcodeFormatConfigurationBase>
extractedDocumentFormats IList<BarcodeDocumentFormat>
onlyAcceptDocuments bool
returnBarcodeImage bool
engineMode BarcodeScannerEngineMode
accumulationConfig BarcodeAccumulationConfiguration
optimizedForOverlays bool
processingMode ProcessingMode

Properties

AccumulationConfig

public BarcodeAccumulationConfiguration AccumulationConfig { get; set; }

Property Value

BarcodeAccumulationConfiguration

BarcodeFormatConfigurations

public IList<BarcodeFormatConfigurationBase> BarcodeFormatConfigurations { get; set; }

Property Value

IList<BarcodeFormatConfigurationBase>

Creator

[Register("CREATOR")]
public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

EngineMode

public BarcodeScannerEngineMode EngineMode { get; set; }

Property Value

BarcodeScannerEngineMode

ExtractedDocumentFormats

public IList<BarcodeDocumentFormat> ExtractedDocumentFormats { get; set; }

Property Value

IList<BarcodeDocumentFormat>

OnlyAcceptDocuments

public bool OnlyAcceptDocuments { get; set; }

Property Value

bool

OptimizedForOverlays

public bool OptimizedForOverlays { get; set; }

Property Value

bool

ProcessingMode

public ProcessingMode ProcessingMode { get; set; }

Property Value

ProcessingMode

ReturnBarcodeImage

public bool ReturnBarcodeImage { get; set; }

Property Value

bool

Methods

Component1()

[Register("component1", "()Ljava/util/List;", "")]
public IList<BarcodeFormatConfigurationBase> Component1()

Returns

IList<BarcodeFormatConfigurationBase>

Component2()

[Register("component2", "()Ljava/util/List;", "")]
public IList<BarcodeDocumentFormat> Component2()

Returns

IList<BarcodeDocumentFormat>

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Component5()

[Register("component5", "()Lio/scanbot/sdk/barcode/BarcodeScannerEngineMode;", "")]
public BarcodeScannerEngineMode Component5()

Returns

BarcodeScannerEngineMode

Component6()

[Register("component6", "()Lio/scanbot/sdk/barcode/BarcodeAccumulationConfiguration;", "")]
public BarcodeAccumulationConfiguration Component6()

Returns

BarcodeAccumulationConfiguration

Component7()

[Register("component7", "()Z", "")]
public bool Component7()

Returns

bool

Component8()

[Register("component8", "()Lio/scanbot/sdk/common/ProcessingMode;", "")]
public ProcessingMode Component8()

Returns

ProcessingMode

Copy(IList<BarcodeFormatConfigurationBase>, IList<BarcodeDocumentFormat>, bool, bool, BarcodeScannerEngineMode, BarcodeAccumulationConfiguration, bool, ProcessingMode)

[Register("copy", "(Ljava/util/List;Ljava/util/List;ZZLio/scanbot/sdk/barcode/BarcodeScannerEngineMode;Lio/scanbot/sdk/barcode/BarcodeAccumulationConfiguration;ZLio/scanbot/sdk/common/ProcessingMode;)Lio/scanbot/sdk/barcode/BarcodeScannerConfiguration;", "")]
public BarcodeScannerConfiguration Copy(IList<BarcodeFormatConfigurationBase> barcodeFormatConfigurations, IList<BarcodeDocumentFormat> extractedDocumentFormats, bool onlyAcceptDocuments, bool returnBarcodeImage, BarcodeScannerEngineMode engineMode, BarcodeAccumulationConfiguration accumulationConfig, bool optimizedForOverlays, ProcessingMode processingMode)

Parameters

barcodeFormatConfigurations IList<BarcodeFormatConfigurationBase>
extractedDocumentFormats IList<BarcodeDocumentFormat>
onlyAcceptDocuments bool
returnBarcodeImage bool
engineMode BarcodeScannerEngineMode
accumulationConfig BarcodeAccumulationConfiguration
optimizedForOverlays bool
processingMode ProcessingMode

Returns

BarcodeScannerConfiguration

Default()

[Register("default", "()Lio/scanbot/sdk/barcode/BarcodeScannerConfiguration;", "")]
public static BarcodeScannerConfiguration Default()

Returns

BarcodeScannerConfiguration

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "")]
public int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

<p>Describe the kinds of special objects contained in this Parcelable

instance's marshaled representation. For example, if the object will include a file descriptor in the output of #writeToParcel(Parcel, int), the return value of this method must include the #CONTENTS_FILE_DESCRIPTOR bit.

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ToJson(ToJsonConfiguration)

[Register("toJson", "(Lio/scanbot/sdk/common/ToJsonConfiguration;)Lorg/json/JSONObject;", "")]
public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)

Parameters

dest Parcel

The Parcel in which the object should be written.

flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Flatten this object in to a Parcel.

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.