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
- assembly Aspose.BarCode