dimension property

dimension property

Gets the minimal size of the barcode minimal element.

Definition:

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

See Also