display_text property
FieldMergeBarcode.display_text property
Gets or sets whether to display barcode data (text) along with image.
@property
def display_text(self) -> bool:
...
@display_text.setter
def display_text(self, value: bool):
...
See Also
- module aspose.words.fields
- class FieldMergeBarcode