.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a6ff25a98994146dc4352c83bc3b6c797: ConvertConfig.SetOutputHeight Method ++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Configures the output scaling using an absolute output *height*. Width is automatically calculated from the aspect ratio. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetOutputHeight(int destinationHeight); This method overwrite any previous calls to :ref:`SetOutputScale ` and :ref:`SetOutputWidth ` The image processing uses the output height as a guide, meaning that it will keep aspect ratio of the output image. Also, the final output size might be larger by a few pixels, to allow the processing algorithms to use optimizations. Always use the image width/height from resulting :ref:`BitmapImage `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - destinationHeight - The output image height in pixels .. rubric:: Returns: This object itself (this), to allow chaining