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

ITF14 barcode's border type. More...

Inherits Enum.

Static Public Attributes

int NONE = 0
 NO border enclosing the barcode. More...
 
int FRAME = 1
 FRAME enclosing the barcode. More...
 
int BAR = 2
 Tow horizontal bars enclosing the barcode. More...
 
int FRAME_OUT = 3
 FRAME enclosing the barcode. More...
 
int BAR_OUT = 4
 Tow horizontal bars enclosing the barcode. More...
 

Detailed Description

ITF14 barcode's border type.

Member Data Documentation

◆ BAR

int BAR = 2
static

Tow horizontal bars enclosing the barcode.

◆ BAR_OUT

int BAR_OUT = 4
static

Tow horizontal bars enclosing the barcode.

◆ FRAME

int FRAME = 1
static

FRAME enclosing the barcode.

◆ FRAME_OUT

int FRAME_OUT = 3
static

FRAME enclosing the barcode.

◆ NONE

int NONE = 0
static

NO border enclosing the barcode.