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

NameTypeAccessDescription
full_asciibool | NoneReadGets the full ascii.
add_check_digitbool | NoneReadGets the add check digit.
gs1_enabledbool | NoneReadGets the gs1 enabled.
eci_assignment_numberint | NoneReadGets the eci assignment number.

See Also