Symbology Description
Defined in namespace Scandit.DataCapture.Barcode.Data
- Range
struct RangeAdded in version 6.16.0
- Range()
Range(
intminimum,intmaximum,intstep)Added in version 6.16.0
Creates a new range object.
- Minimum
intMinimum { get; }Added in version 6.16.0
Minimum of the range.
- Maximum
intMaximum { get; }Added in version 6.16.0
Maximum of the range.
- Step
intStep { get; }Added in version 6.16.0
Step of the range.
- SymbologyDescription
class SymbologyDescriptionAdded in version 6.16.0
Description specific to a particular barcode symbology.
- SymbologyDescription()
SymbologyDescription(Symbology symbology)
Added in version 6.16.0
Creates a new symbology description for a given barcode symbology.
- ForIdentifier()
static SymbologyDescription ForIdentifier(
stringidentifier)Added in version 6.16.0
Gets the symbology description for a given Identifier.
- All()
static ICollection<SymbologyDescription> All()
Added in version 6.16.0
Gets a description of each available barcode symbology.
- Identifier
stringIdentifier { get; }Added in version 6.16.0
Identifier of the symbology associated with this description.
- ReadableName
stringReadableName { get; }Added in version 6.16.0
The human readable name of the symbology associated with this description.
- Available
boolAvailable { get; }Added in version 6.16.0
Determines whether the symbology associated with this description is available.
- ColorInvertible
boolColorInvertible { get; }Added in version 6.16.0
Determines whether decoding of color-inverted (bright on dark) codes for the symbology associated with this description is available.
- ActiveSymbolCountRange
Range ActiveSymbolCountRange { get; }
Added in version 6.16.0
The supported active symbol count range for the symbology associated with this description.
- DefaultSymbolCountRange
Range DefaultSymbolCountRange { get; }
Added in version 6.16.0
The default symbol count range for the symbology associated with this description.
- SupportedExtensions
ICollection<
string> SupportedExtensions { get; }Added in version 6.16.0
A list of extensions supported by the symbology associated with this description.