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