EncodeTypes.UpcaGs1Code128Coupon

EncodeTypes.UpcaGs1Code128Coupon field

Specifies that the data should be encoded with UPC coupon with GS1-128 Extended Code barcode specification. An example of the input string: BarcodeGenerator.Codetext = “514141100906(8102)03”, where UPCA part is “514141100906”, GS1Code128 part is (8102)03.

public static readonly SymbologyEncodeType UpcaGs1Code128Coupon;

See Also