Table of Contents

Class BarcodeFormatDataBarExpandedConfiguration

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormatDataBarExpandedConfiguration : BarcodeFormatOneDConfigurationBase, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
BarcodeFormatDataBarExpandedConfiguration
Implements
Inherited Members

Constructors

BarcodeFormatDataBarExpandedConfiguration()

public BarcodeFormatDataBarExpandedConfiguration()

BarcodeFormatDataBarExpandedConfiguration(JSONObject)

public BarcodeFormatDataBarExpandedConfiguration(JSONObject json)

Parameters

json JSONObject

BarcodeFormatDataBarExpandedConfiguration(IDictionary<string, Object>)

public BarcodeFormatDataBarExpandedConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

BarcodeFormatDataBarExpandedConfiguration(string, double, bool, int, Gs1Handling)

public BarcodeFormatDataBarExpandedConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, int minimum1DQuietZoneSize, Gs1Handling gs1Handling)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize int
gs1Handling Gs1Handling

Properties

AddAdditionalQuietZone

public override bool AddAdditionalQuietZone { get; set; }

Property Value

bool

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Gs1Handling

public Gs1Handling Gs1Handling { get; set; }

Property Value

Gs1Handling

Minimum1DQuietZoneSize

public override int Minimum1DQuietZoneSize { get; set; }

Property Value

int

MinimumSizeScore

public override double MinimumSizeScore { get; set; }

Property Value

double

RegexFilter

public override string RegexFilter { get; set; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public double Component2()

Returns

double

Component3()

public bool Component3()

Returns

bool

Component4()

public int Component4()

Returns

int

Component5()

public Gs1Handling Component5()

Returns

Gs1Handling

Copy(string, double, bool, int, Gs1Handling)

public BarcodeFormatDataBarExpandedConfiguration Copy(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, int minimum1DQuietZoneSize, Gs1Handling gs1Handling)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize int
gs1Handling Gs1Handling

Returns

BarcodeFormatDataBarExpandedConfiguration

Default()

public static BarcodeFormatDataBarExpandedConfiguration Default()

Returns

BarcodeFormatDataBarExpandedConfiguration

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