Skip to main content

Interleaved2of5OptionsBase Class

The base class that contains options specific to Interleaved 2 of 5 symbology.

Declaration

public abstract class Interleaved2of5OptionsBase extends BarcodeOptions

Remarks

Refer to the following help topic for additional information: Interleaved 2 of 5 (ITF).

Inherited Members

com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
BarcodeOptions
Interleaved2of5OptionsBase

Interleaved2of5OptionsBase()

Initializes a new instance of the Interleaved2of5OptionsBase class.

Declaration

public Interleaved2of5OptionsBase()

Methods

getWideNarrowRatio() Method

Gets the wide bar to narrow bar ratio.

Declaration

public float getWideNarrowRatio()

Returns

Type Description
float

The density of barcode bars. The default is 2.5

setWideNarrowRatio(float value) Method

Sets the wide bar to narrow bar ratio.

Declaration

public void setWideNarrowRatio(float value)

Parameters

Name Type Description
value float

The density of barcode bars. The default is 2.5