<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.data-tech.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using ImageMan.Net</title><link>http://forums.data-tech.com/forums/23.aspx</link><description>Support forum for the ImageMan.Net Suite controls</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Appending multiple images into a tif file</title><link>http://forums.data-tech.com/forums/thread/6808.aspx</link><pubDate>Fri, 19 Feb 2010 15:57:47 GMT</pubDate><guid isPermaLink="false">57271b4e-fde2-4165-96c0-ff984b5e8a19:6808</guid><dc:creator>brianb</dc:creator><slash:comments>0</slash:comments><comments>http://forums.data-tech.com/forums/thread/6808.aspx</comments><wfw:commentRss>http://forums.data-tech.com/forums/commentrss.aspx?SectionID=23&amp;PostID=6808</wfw:commentRss><description>&lt;p&gt;The best way to create multipage tif files is to store each individual image in an ImageCollection instance. Then call the Save() method which has several overlaods. The easiest one is the Save method in which you pass the path and filename to be saved. For example:&lt;/p&gt;&lt;p&gt;// Create new instance of an ImageCollection&lt;br /&gt;ImageCollection myCollection = new ImageCollection();&lt;br /&gt;&lt;br /&gt;// Add images to the collection&amp;nbsp; (this is just one of many ways to do so)&lt;br /&gt;myCollection.Add(ImImage.Load(@&amp;quot;C:\temp\images\firstImage.png&amp;quot;));&lt;br /&gt;myCollection.Add(ImImage.Load(@&amp;quot;C:\temp\images\secondImage.png&amp;quot;));&lt;br /&gt;myCollection.Add(ImImage.Load(@&amp;quot;C:\temp\images\thirdImage.png&amp;quot;));&lt;br /&gt;&lt;br /&gt;// Save the collection to a single tif image&lt;br /&gt;myCollection.Save(@&amp;quot;C:\temp\images\allImages.tif&amp;quot;);&lt;/p&gt;&lt;p&gt;Of course, if you are using the Viewer control, the Images property is an ImageCollection conveniently, so you can simply call:&lt;/p&gt;&lt;p&gt;viewer1.Images.Save(...); &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Appending multiple images into a tif file</title><link>http://forums.data-tech.com/forums/thread/6806.aspx</link><pubDate>Fri, 19 Feb 2010 06:33:48 GMT</pubDate><guid isPermaLink="false">57271b4e-fde2-4165-96c0-ff984b5e8a19:6806</guid><dc:creator>rangasamy007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.data-tech.com/forums/thread/6806.aspx</comments><wfw:commentRss>http://forums.data-tech.com/forums/commentrss.aspx?SectionID=23&amp;PostID=6806</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Thank you for advance.&lt;/p&gt;
&lt;p&gt;How to create or Append multiple images into a tif file. i got the vb.code from data-tech.com. i need the assistant c#.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>