image_width property

image_width property #

Returns or sets a width of the generated image. Read/write int.

Definition: #

@property
def image_width(self):
    ...

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

See Also #