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
 The terminator will be added automatically if the number of segments is provided and the current segment is the last one. More...
 
int NONE = 1
 The terminator will not be added. More...
 
int SET = 2
 The terminator will be added. More...
 

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

The terminator will be added automatically if the number of segments is provided and the current segment is the last one.

In other cases, the terminator will not be added.

◆ NONE

int NONE = 1
static

The terminator will not be added.

◆ SET

int SET = 2
static

The terminator will be added.