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

Pdf417 barcode's compation mode. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 auto detect compation mode More...
 
int TEXT = 1
 text compaction More...
 
int NUMERIC = 2
 numeric compaction mode More...
 
int BINARY = 3
 binary compaction mode More...
 

Detailed Description

Pdf417 barcode's compation mode.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

auto detect compation mode

◆ BINARY

int BINARY = 3
static

binary compaction mode

◆ NUMERIC

int NUMERIC = 2
static

numeric compaction mode

◆ TEXT

int TEXT = 1
static

text compaction