foreground_color property

FieldMergeBarcode.foreground_color property

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

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

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

See Also