orientation property

orientation property

Represents page print orientation.

Definition:

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

See Also