Symbology Description#
Defined under the namespace Scandit.Datacapture.Barcode
-
Range
# class Range
Added in version 6.1.0
-
SymbologyDescription
# class SymbologyDescription
Added in version 6.1.0
Description specific to a particular barcode symbology.
-
constructor(symbology)
# constructor
(symbology: Symbology)Added in version 6.1.0
Creates a new symbology description for a given barcode symbology.
-
forIdentifier(identifier)
# static
forIdentifier
(identifier: string): SymbologyDescription | nullAdded in version 6.1.0
Gets the symbology description for a given identifier.
-
all()
# static get
all
(): SymbologyDescription[]Added in version 6.1.0
Gets a description of each available barcode symbology.
-
identifier
# get identifier(): string
Added in version 6.1.0
Identifier of the symbology associated with this description.
-
readableName
# get readableName(): string
Added in version 6.1.0
The human readable name of the symbology associated with this description.
-
isAvailable
# get isAvailable(): boolean
Added in version 6.1.0
Determines whether the symbology associated with this description is available.
-
isColorInvertible
# get isColorInvertible(): boolean
Added in version 6.1.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.1.0
The supported active symbol count range for the symbology associated with this description.
-
defaultSymbolCountRange
# get defaultSymbolCountRange(): Range
Added in version 6.1.0
The default symbol count range for the symbology associated with this description.
-