max_height property

max_height property

The maximum height of an output image in pixels.

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

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

Definition:

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

See Also