fore_color property

fore_color property

Gets or sets the Fore color of Barcode bars Using of this property could cause problems with verification. Use it carefully.

Definition:

@property
def fore_color(self):
    ...
@fore_color.setter
def fore_color(self, value):
    ...

See Also