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
| Name | Type | Access | Description |
|---|---|---|---|
number_system | str | None | Read | Gets the number system. |
allow_check_digit_input | bool | None | Read | Gets the allow check digit input. |
gs1_enabled | bool | None | Read | Gets the gs1 enabled. |
eci_assignment_number | int | None | Read | Gets the eci assignment number. |