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

Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 
int NONE = 1
 
int SET = 2
 

Detailed Description

Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment.

Applied only for Macro PDF417.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

◆ NONE

int NONE = 1
static

◆ SET

int SET = 2
static