Pdf417MacroTerminator
Contents
[
Hide
]Pdf417MacroTerminator enum
Module: aspose_barcode.generation.pdf_417_macro_terminator
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
Enum Values
| Name | Value | Description |
|---|---|---|
| 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 | 1 | The terminator will not be added. |
| SET | 2 | The terminator will be added. |
Pdf417MacroTerminator.AUTO
Type: int
Value: 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.
Pdf417MacroTerminator.NONE
Type: int
Value: 1
The terminator will not be added.
Pdf417MacroTerminator.SET
Type: int
Value: 2
The terminator will be added.