Table of Contents

Class BarcodeFormatQrCodeConfiguration

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

Constructors

BarcodeFormatQrCodeConfiguration()

public BarcodeFormatQrCodeConfiguration()

BarcodeFormatQrCodeConfiguration(JSONObject)

public BarcodeFormatQrCodeConfiguration(JSONObject json)

Parameters

json JSONObject

BarcodeFormatQrCodeConfiguration(IDictionary<string, Object>)

public BarcodeFormatQrCodeConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

BarcodeFormatQrCodeConfiguration(string, double, bool, Gs1Handling, bool, bool, bool, bool)

public BarcodeFormatQrCodeConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, Gs1Handling gs1Handling, bool strictMode, bool qr, bool microQr, bool rmqr)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
gs1Handling Gs1Handling
strictMode bool
qr bool
microQr bool
rmqr bool

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

MicroQr

public bool MicroQr { get; set; }

Property Value

bool

MinimumSizeScore

public override double MinimumSizeScore { get; set; }

Property Value

double

Qr

public bool Qr { get; set; }

Property Value

bool

RegexFilter

public override string RegexFilter { get; set; }

Property Value

string

Rmqr

public bool Rmqr { get; set; }

Property Value

bool

StrictMode

public bool StrictMode { get; set; }

Property Value

bool

Methods

Component1()

public string Component1()

Returns

string

Component2()

public double Component2()

Returns

double

Component3()

public bool Component3()

Returns

bool

Component4()

public Gs1Handling Component4()

Returns

Gs1Handling

Component5()

public bool Component5()

Returns

bool

Component6()

public bool Component6()

Returns

bool

Component7()

public bool Component7()

Returns

bool

Component8()

public bool Component8()

Returns

bool

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

public BarcodeFormatQrCodeConfiguration Copy(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, Gs1Handling gs1Handling, bool strictMode, bool qr, bool microQr, bool rmqr)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
gs1Handling Gs1Handling
strictMode bool
qr bool
microQr bool
rmqr bool

Returns

BarcodeFormatQrCodeConfiguration

Default()

public static BarcodeFormatQrCodeConfiguration Default()

Returns

BarcodeFormatQrCodeConfiguration

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