.. _doxcsid-class_p1_1_1_image_sdk_1_1_raw_image_1a799e6315f3f515d4be40af500c4a7b5e: RawImage.WriteAsPgm Method ++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.ImageSdk`` Writes the image as a greyscale pgm file .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool WriteAsPgm(string filename, :ref:`IBitmapImage` bitmap); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - filename - The full path of the file's location * - bitmap - The rendered bitmap returned by :ref:`Convert() ` .. rubric:: Returns: True if succeeds