Symbology Description

Defined under the namespace Scandit.Datacapture.Barcode

Range
class Range

Added in version 6.5.0

minimum
get minimum(): number

Added in version 6.5.0

Minimum of the range.

maximum
get maximum(): number

Added in version 6.5.0

Maximum of the range.

step
get step(): number

Added in version 6.5.0

Step of the range.

isFixed
get isFixed(): boolean

Added in version 6.5.0

If the range is fixed.

SymbologyDescription
class SymbologyDescription

Added in version 6.5.0

Description specific to a particular barcode symbology.

constructor(symbology)
constructor(symbology: Symbology)

Added in version 6.5.0

Creates a new symbology description for a given barcode symbology.

forIdentifier(identifier)
static forIdentifier(identifier: string): SymbologyDescription | null

Added in version 6.5.0

Gets the symbology description for a given identifier.

all()
static get all(): SymbologyDescription[]

Added in version 6.5.0

Gets a description of each available barcode symbology.

identifier
get identifier(): string

Added in version 6.5.0

Identifier of the symbology associated with this description.

readableName
get readableName(): string

Added in version 6.5.0

The human readable name of the symbology associated with this description.

isAvailable
get isAvailable(): boolean

Added in version 6.5.0

Determines whether the symbology associated with this description is available.

isColorInvertible
get isColorInvertible(): boolean

Added in version 6.5.0

Determines whether decoding of color-inverted (bright on dark) codes for the symbology associated with this description is available.

activeSymbolCountRange
get activeSymbolCountRange(): Range

Added in version 6.5.0

The supported active symbol count range for the symbology associated with this description.

defaultSymbolCountRange
get defaultSymbolCountRange(): Range

Added in version 6.5.0

The default symbol count range for the symbology associated with this description.

supportedExtensions
get supportedExtensions(): string[]

Added in version 6.5.0

A list of extensions supported by the symbology associated with this description.

symbology
get symbology(): Symbology

Added in version 6.5.0

The symbology associated with this description.