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