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

Codetext location. More...

Inherits Enum.

Static Public Attributes

int BELOW = 0
 Codetext below barcode. More...
 
int ABOVE = 1
 Codetext above barcode. More...
 
int NONE = 2
 Hide codetext. More...
 

Detailed Description

Codetext location.

Member Data Documentation

◆ ABOVE

int ABOVE = 1
static

Codetext above barcode.

◆ BELOW

int BELOW = 0
static

Codetext below barcode.

◆ NONE

int NONE = 2
static

Hide codetext.