image_type property

image_type property

Gets or sets the type of the image.

Remarks

The first is a numeric character and the second is an alphabetic character.

Definition:

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

See Also