Hello
I am not sure how it is done in Code. But I think I can give an Idea.
If you are signing the form by any chance, ScreendumpPNG is created in the
XMl which is a Snapshot of the Infopath Form. You can use some Converters to
Convert PNG to Tiff and Call this in C# Code. Use the Xpath of the PNG File
in the XMl to call in your code.
Also Read The Link below which talks about Converting In C#
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1665127&SiteID=1
Hope this helps you.

Signature
Kalyan G Reddy - INFOPATH MVP 2007
http://www.ggktech.com
> I was wondering if it is possible to programmatically create a .tif
> image of an InfoPath form via a web service? I am using C# for the
> web service.
guest1717@yahoo.com - 19 Jul 2007 14:23 GMT
Thank you for your response. We ended up solving the problem by
transmitting the XML data to the webservice, then running the InfoPath
Interop to print the tiff.
On Jul 17, 10:22 am, Kalyan G Reddy MVP (GGK Tech)
<KalyanGReddyMVPGGKT...@discussions.microsoft.com> wrote:
> Hello
> I am not sure how it is done in Code. But I think I can give an Idea.
[quoted text clipped - 15 lines]
> > image of an InfoPath form via a web service? I am using C# for the
> > web service.