scaling_factor property

BarcodeParameters.scaling_factor property

Scaling factor for the symbol. The value is in whole percentage points and the valid values are [10, 1000].

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

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

See Also