.. _doxcsid-class_p1_1_1_image_sdk_1_1_convert_config_1a5c1b36f5a00ccdef7c15f3385e751567: ConvertConfig.SetOutputScale Method +++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Configure scaling of the raw-image .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`ConvertConfig` SetOutputScale(double scaleFactor); The resulting resizing might be slightly larger than can be attributed to rounding errors. This is the defined behavior of our resampling algorithm. Always use the image width/height from resulting :ref:`BitmapImage `. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - scaleFactor - Scaling factor. 0.99 is 99%, 0.01 is %1 (0 < valid input). .. rubric:: Returns: This object itself (this), to allow chaining