image_height property

image_height property #

Returns or sets the height of the generated TIFF image. Read/write int.

Definition: #

@property
def image_height(self):
    ...

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

See Also #