image_orientation property
image_orientation property
Gets or sets the image orientation. Indicates the layout of the image area. Allowed values are P (for Portrait), L (for Landscape) and S (for Square).
Definition:
@property
def image_orientation(self):
...
@image_orientation.setter
def image_orientation(self, value):
...