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

Public Attributes

const AUTO = "0"
 
const TEXT = "1"
 
const NUMERIC = "2"
 
const BINARY = "3"
 

Detailed Description

Pdf417 barcode's compation mode

Member Data Documentation

◆ AUTO

const AUTO = "0"

auto detect compation mode

◆ BINARY

const BINARY = "3"

binary compaction mode

◆ NUMERIC

const NUMERIC = "2"

numeric compaction mode

◆ TEXT

const TEXT = "1"

text compaction