add_start_stop_char property
FieldMergeBarcode.add_start_stop_char property
Gets or sets 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
- module aspose.words.fields
- class FieldMergeBarcode