max_height property
max_height property
Sets the maximum height of an output image (in pixels, for rendering to PNG/JPG only).
Remarks
Use this property to set the maximum output image height (in pixels). For code example, see the documentation.
If you set the ViewInfoOptions.height property, this property is ignored.
Definition:
@property
def max_height(self):
...
@max_height.setter
def max_height(self, value):
...
See Also
- module
groupdocs.viewer.options - class
ViewInfoOptions