Enum Pdf417MacroTerminator
Enum Pdf417MacroTerminator
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
public enum Pdf417MacroTerminator
Fields
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.