angle property

angle property

Gets the angle of the barcode.

Definition:

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

See Also