Type alias SymbologySpec

SymbologySpec: {
    maxLen?: number;
    minLen?: number;
    name: SymbologyName;
}

For variable-length symbologies, min/max length can be specified in addition to the symbology.

Type declaration

  • Optional maxLen?: number

    The maximum length of the barcode, only has an effect for variable-length symbologies.

  • Optional minLen?: number

    The minimum length of the barcode, only has an effect for variable-length symbologies.

  • name: SymbologyName

    The name of the symbology.

Generated using TypeDoc