EncodeOptions

Overview

EncodeOptions is a class in Aspose.Barcode FOSS for Python.

Base type for symbology-specific encoding options.

Properties: eci_assignment_number, gs1_enabled.

Properties

NameTypeAccessDescription
gs1_enabledbool | NoneReadGets the gs1 enabled.
eci_assignment_numberint | NoneReadGets the eci assignment number.

See Also