Code39Options
Overview
Code39Options is a class in Aspose.Barcode FOSS for Python.
Inherits from: EncodeOptions.
Encoding options for Code 39.
Properties: add_check_digit, eci_assignment_number, full_ascii, gs1_enabled.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
full_ascii | bool | None | Read | Gets the full ascii. |
add_check_digit | bool | None | Read | Gets the add check digit. |
gs1_enabled | bool | None | Read | Gets the gs1 enabled. |
eci_assignment_number | int | None | Read | Gets the eci assignment number. |