background_color property

FieldMergeBarcode.background_color property

Gets or sets the background color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF]

@property
def background_color(self) -> str:
    ...

@background_color.setter
def background_color(self, value: str):
    ...

See Also