Enum Pdf417MacroTerminator
Pdf417MacroTerminator enumeration
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
public enum 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
- assembly Aspose.BarCode