UpceOptions

Overview

UpceOptions is a class in Aspose.Barcode FOSS for Python. Inherits from: EncodeOptions.

Encoding options for UPC-E.

Properties: allow_check_digit_input, eci_assignment_number, gs1_enabled, number_system.

Properties

NameTypeAccessDescription
number_systemstr | NoneReadGets the number system.
allow_check_digit_inputbool | NoneReadGets the allow check digit input.
gs1_enabledbool | NoneReadGets the gs1 enabled.
eci_assignment_numberint | NoneReadGets the eci assignment number.

See Also