Aspose::BarCode::Generation::Pdf417MacroTerminator enum
Pdf417MacroTerminator enum
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
enum class Pdf417MacroTerminator
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. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++