UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum Class Reference

Aztec barcode type/formats. More...

Inheritance diagram for LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum:

Static Public Attributes

int DEFAULT = 0
 
int FIXED_ERR_CORRECTION = 1
 
int COMPACT = 2
 
int FULL = 3
 
int RUNE = 4
 

Detailed Description

Aztec barcode type/formats.

This enumeration defines the different types of Aztec codes that can be generated, each with specific characteristics and use cases.

  • DEFAULT: Uses default error correction level of 23% + 3 codewords
  • FIXED_ERR_CORRECTION: User specified error correction level from 1 to 99
  • COMPACT: Compact format barcode
  • FULL: Full format barcode
  • RUNE: Typically used to encode one byte of data

Member Data Documentation

◆ COMPACT

int LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum.COMPACT = 2
static

◆ DEFAULT

int LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum.DEFAULT = 0
static

◆ FIXED_ERR_CORRECTION

int LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum.FIXED_ERR_CORRECTION = 1
static

◆ FULL

int LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum.FULL = 3
static

◆ RUNE

int LabelMaker.Interfaces.IBcdAztec.AztecCodeTypeEnum.RUNE = 4
static

The documentation for this class was generated from the following file: