symbol_rotation property

BarcodeParameters.symbol_rotation property

Rotation of the barcode symbol. Valid values are [0, 3].

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

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

See Also