Table of Contents

Class BarcodeFormatPharmaCodeConfiguration

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

Constructors

BarcodeFormatPharmaCodeConfiguration()

public BarcodeFormatPharmaCodeConfiguration()

BarcodeFormatPharmaCodeConfiguration(JSONObject)

public BarcodeFormatPharmaCodeConfiguration(JSONObject json)

Parameters

json JSONObject

BarcodeFormatPharmaCodeConfiguration(IDictionary<string, Object>)

public BarcodeFormatPharmaCodeConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

BarcodeFormatPharmaCodeConfiguration(string, double, bool, int, int, bool, bool)

public BarcodeFormatPharmaCodeConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, int minimum1DQuietZoneSize, int minimumValue, bool allowNarrowBarsOnly, bool allowWideBarsOnly)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize int
minimumValue int
allowNarrowBarsOnly bool
allowWideBarsOnly bool

Properties

AddAdditionalQuietZone

public override bool AddAdditionalQuietZone { get; set; }

Property Value

bool

AllowNarrowBarsOnly

public bool AllowNarrowBarsOnly { get; set; }

Property Value

bool

AllowWideBarsOnly

public bool AllowWideBarsOnly { get; set; }

Property Value

bool

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Minimum1DQuietZoneSize

public override int Minimum1DQuietZoneSize { get; set; }

Property Value

int

MinimumSizeScore

public override double MinimumSizeScore { get; set; }

Property Value

double

MinimumValue

public int MinimumValue { get; set; }

Property Value

int

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 int Component5()

Returns

int

Component6()

public bool Component6()

Returns

bool

Component7()

public bool Component7()

Returns

bool

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

public BarcodeFormatPharmaCodeConfiguration Copy(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone, int minimum1DQuietZoneSize, int minimumValue, bool allowNarrowBarsOnly, bool allowWideBarsOnly)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool
minimum1DQuietZoneSize int
minimumValue int
allowNarrowBarsOnly bool
allowWideBarsOnly bool

Returns

BarcodeFormatPharmaCodeConfiguration

Default()

public static BarcodeFormatPharmaCodeConfiguration Default()

Returns

BarcodeFormatPharmaCodeConfiguration

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