symbol_height property

BarcodeParameters.symbol_height property

Bar code image height (in twips - 1/1440 inches)

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

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

See Also