‪Aspose.Barcode for PHP via Java  23.2
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
Pdf417MacroTerminator Class Reference

Public Attributes

const AUTO = 0
 
const NONE = 1
 
const 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

const Pdf417MacroTerminator::AUTO = 0

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

const Pdf417MacroTerminator::NONE = 1

The terminator will not be added.

◆ SET

const Pdf417MacroTerminator::SET = 2

The terminator will be added.