image_width property

image_width property

Gets or sets the image width.

Definition:

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

See Also