symbol_height property

FieldMergeBarcode.symbol_height property

Gets or sets the height of the symbol. The units are in TWIPS (1/1440 inch).

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

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

See Also