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
 
int TEXT = 1
 
int NUMERIC = 2
 
int BINARY = 3
 

Detailed Description

Pdf417 barcode's compation mode.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

◆ BINARY

int BINARY = 3
static

◆ NUMERIC

int NUMERIC = 2
static

◆ TEXT

int TEXT = 1
static