add_start_stop_char property

BarcodeParameters.add_start_stop_char property

Whether to add Start/Stop characters for barcode types NW7 and CODE39.

@property
def add_start_stop_char(self) -> bool:
    ...

@add_start_stop_char.setter
def add_start_stop_char(self, value: bool):
    ...

See Also