Class BarcodeScannerConfiguration
[Obsolete("This class is obsoleted in this android platform")]
[Register("io/scanbot/sdk/ui_v2/barcode/configuration/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
jsonJSONObject
BarcodeScannerConfiguration(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public BarcodeScannerConfiguration(IDictionary<string, Object> source)
Parameters
sourceIDictionary<string, Object>
BarcodeScannerConfiguration(IList<BarcodeDocumentFormat>, bool, UpcEanExtensionBehavior, string, double, int, int, int, bool, bool, bool, IList<BarcodeFormat>, MsiPlesseyChecksumAlgorithm, AustraliaPostCustomerFormat, bool, Gs1Handling, bool)
[Register(".ctor", "(Ljava/util/List;ZLio/scanbot/sdk/barcode/UpcEanExtensionBehavior;Ljava/lang/String;DIIIZZZLjava/util/List;Lio/scanbot/sdk/barcode/MsiPlesseyChecksumAlgorithm;Lio/scanbot/sdk/barcode/AustraliaPostCustomerFormat;ZLio/scanbot/sdk/barcode/Gs1Handling;Z)V", "")]
public BarcodeScannerConfiguration(IList<BarcodeDocumentFormat> extractedDocumentFormats, bool onlyAcceptDocuments, UpcEanExtensionBehavior extensions, string barcodesRegexFilter, double minimumSizeScore, int minimumTextLength, int maximumTextLength, int minimum1DBarcodesQuietZone, bool stripCheckDigits, bool useIATA2OF5Checksum, bool useCode11Checksum, IList<BarcodeFormat> barcodeFormats, MsiPlesseyChecksumAlgorithm msiPlesseyChecksumAlgorithm, AustraliaPostCustomerFormat australiaPostCustomerFormat, bool lowPowerMode, Gs1Handling gs1Handling, bool returnBarcodeImage)
Parameters
extractedDocumentFormatsIList<BarcodeDocumentFormat>onlyAcceptDocumentsboolextensionsUpcEanExtensionBehaviorbarcodesRegexFilterstringminimumSizeScoredoubleminimumTextLengthintmaximumTextLengthintminimum1DBarcodesQuietZoneintstripCheckDigitsbooluseIATA2OF5ChecksumbooluseCode11ChecksumboolbarcodeFormatsIList<BarcodeFormat>msiPlesseyChecksumAlgorithmMsiPlesseyChecksumAlgorithmaustraliaPostCustomerFormatAustraliaPostCustomerFormatlowPowerModeboolgs1HandlingGs1HandlingreturnBarcodeImagebool
Properties
AustraliaPostCustomerFormat
public AustraliaPostCustomerFormat AustraliaPostCustomerFormat { get; set; }
Property Value
BarcodeFormats
public IList<BarcodeFormat> BarcodeFormats { get; set; }
Property Value
BarcodesRegexFilter
public string BarcodesRegexFilter { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
Extensions
public UpcEanExtensionBehavior Extensions { get; set; }
Property Value
ExtractedDocumentFormats
public IList<BarcodeDocumentFormat> ExtractedDocumentFormats { get; set; }
Property Value
Gs1Handling
public Gs1Handling Gs1Handling { get; set; }
Property Value
LowPowerMode
public bool LowPowerMode { get; set; }
Property Value
MaximumTextLength
public int MaximumTextLength { get; set; }
Property Value
Minimum1DBarcodesQuietZone
public int Minimum1DBarcodesQuietZone { get; set; }
Property Value
MinimumSizeScore
public double MinimumSizeScore { get; set; }
Property Value
MinimumTextLength
public int MinimumTextLength { get; set; }
Property Value
MsiPlesseyChecksumAlgorithm
public MsiPlesseyChecksumAlgorithm MsiPlesseyChecksumAlgorithm { get; set; }
Property Value
OnlyAcceptDocuments
public bool OnlyAcceptDocuments { get; set; }
Property Value
ReturnBarcodeImage
public bool ReturnBarcodeImage { get; set; }
Property Value
StripCheckDigits
public bool StripCheckDigits { get; set; }
Property Value
UseCode11Checksum
public bool UseCode11Checksum { get; set; }
Property Value
UseIATA2OF5Checksum
public bool UseIATA2OF5Checksum { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/util/List;", "")]
public IList<BarcodeDocumentFormat> Component1()
Returns
Component10()
[Register("component10", "()Z", "")]
public bool Component10()
Returns
Component11()
[Register("component11", "()Z", "")]
public bool Component11()
Returns
Component12()
[Register("component12", "()Ljava/util/List;", "")]
public IList<BarcodeFormat> Component12()
Returns
Component13()
[Register("component13", "()Lio/scanbot/sdk/barcode/MsiPlesseyChecksumAlgorithm;", "")]
public MsiPlesseyChecksumAlgorithm Component13()
Returns
Component14()
[Register("component14", "()Lio/scanbot/sdk/barcode/AustraliaPostCustomerFormat;", "")]
public AustraliaPostCustomerFormat Component14()
Returns
Component15()
[Register("component15", "()Z", "")]
public bool Component15()
Returns
Component16()
[Register("component16", "()Lio/scanbot/sdk/barcode/Gs1Handling;", "")]
public Gs1Handling Component16()
Returns
Component17()
[Register("component17", "()Z", "")]
public bool Component17()
Returns
Component2()
[Register("component2", "()Z", "")]
public bool Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/barcode/UpcEanExtensionBehavior;", "")]
public UpcEanExtensionBehavior Component3()
Returns
Component4()
[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()
Returns
Component5()
[Register("component5", "()D", "")]
public double Component5()
Returns
Component6()
[Register("component6", "()I", "")]
public int Component6()
Returns
Component7()
[Register("component7", "()I", "")]
public int Component7()
Returns
Component8()
[Register("component8", "()I", "")]
public int Component8()
Returns
Component9()
[Register("component9", "()Z", "")]
public bool Component9()
Returns
Copy(IList<BarcodeDocumentFormat>, bool, UpcEanExtensionBehavior, string, double, int, int, int, bool, bool, bool, IList<BarcodeFormat>, MsiPlesseyChecksumAlgorithm, AustraliaPostCustomerFormat, bool, Gs1Handling, bool)
[Register("copy", "(Ljava/util/List;ZLio/scanbot/sdk/barcode/UpcEanExtensionBehavior;Ljava/lang/String;DIIIZZZLjava/util/List;Lio/scanbot/sdk/barcode/MsiPlesseyChecksumAlgorithm;Lio/scanbot/sdk/barcode/AustraliaPostCustomerFormat;ZLio/scanbot/sdk/barcode/Gs1Handling;Z)Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeScannerConfiguration;", "")]
public BarcodeScannerConfiguration Copy(IList<BarcodeDocumentFormat> extractedDocumentFormats, bool onlyAcceptDocuments, UpcEanExtensionBehavior extensions, string barcodesRegexFilter, double minimumSizeScore, int minimumTextLength, int maximumTextLength, int minimum1DBarcodesQuietZone, bool stripCheckDigits, bool useIATA2OF5Checksum, bool useCode11Checksum, IList<BarcodeFormat> barcodeFormats, MsiPlesseyChecksumAlgorithm msiPlesseyChecksumAlgorithm, AustraliaPostCustomerFormat australiaPostCustomerFormat, bool lowPowerMode, Gs1Handling gs1Handling, bool returnBarcodeImage)
Parameters
extractedDocumentFormatsIList<BarcodeDocumentFormat>onlyAcceptDocumentsboolextensionsUpcEanExtensionBehaviorbarcodesRegexFilterstringminimumSizeScoredoubleminimumTextLengthintmaximumTextLengthintminimum1DBarcodesQuietZoneintstripCheckDigitsbooluseIATA2OF5ChecksumbooluseCode11ChecksumboolbarcodeFormatsIList<BarcodeFormat>msiPlesseyChecksumAlgorithmMsiPlesseyChecksumAlgorithmaustraliaPostCustomerFormatAustraliaPostCustomerFormatlowPowerModeboolgs1HandlingGs1HandlingreturnBarcodeImagebool
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeScannerConfiguration;", "")]
public static BarcodeScannerConfiguration Default()
Returns
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.
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
ToJson(ToJsonConfiguration)
[Register("toJson", "(Lio/scanbot/sdk/common/ToJsonConfiguration;)Lorg/json/JSONObject;", "")]
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
configToJsonConfiguration
Returns
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
destParcelThe Parcel in which the object should be written.
flagsParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE.
Remarks
Flatten this object in to a Parcel.
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the