rotate property

rotate property

Page rotation

Definition:

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

See Also