![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Public Attributes | |
| const | AUTO = 0 |
| const | NONE = 1 |
| const | SET = 2 |
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
| 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.
| const Pdf417MacroTerminator::NONE = 1 |
The terminator will not be added.
| const Pdf417MacroTerminator::SET = 2 |
The terminator will be added.