max_height property

max_height property

Sets the maximum height of an output image (in pixels).

Remarks

Use this property to set the maximum output image height (in pixels). For code example, see the documentation.

If you set the JpgViewOptions.height property, this property is ignored.

Definition:

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

See Also