image_format property

image_format property

Gets/sets the image type.

Definition:

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

See Also