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

NameValueDescription
Auto0The 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.
None1The terminator will not be added.
Set2The terminator will be added.

See Also