Aspose.Barcode for PHP via Java Generation and Recognition API docs
AztecSymbolMode Class Reference

Public Attributes

const AUTO = "0"
 
const COMPACT = "1"
 
const FULL_RANGE = "2"
 
const RUNE = "3"
 

Detailed Description

Specifies the Aztec symbol mode.

$generator->setCodeText("125");
$generator->getParameters()->getBarcode()->getAztec()->setAztecSymbolMode(AztecSymbolMode::RUNE);
$generator->save("test.png", "PNG");

Member Data Documentation

◆ AUTO

const AztecSymbolMode::AUTO = "0"

Specifies to automatically pick up the best symbol (COMPACT or FULL-range) for Aztec. This is default value.

◆ COMPACT

const AztecSymbolMode::COMPACT = "1"

Specifies the COMPACT symbol for Aztec. Aztec COMPACT symbol permits only 1, 2, 3 or 4 layers.

◆ FULL_RANGE

const AztecSymbolMode::FULL_RANGE = "2"

Specifies the FULL-range symbol for Aztec. Aztec FULL-range symbol permits from 1 to 32 layers.

◆ RUNE

const AztecSymbolMode::RUNE = "3"

Specifies the RUNE symbol for Aztec. Aztec Runes are a series of small but distinct machine-readable marks. It permits only number value from 0 to 255.