<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <language>en_US</language>
    <title>Text Control Blog Feed - Image only</title>
    <description>The Text Control Blog is the central information channel for all Text Control products. We post news updates, product information, sample applications, technical articles, tutorials and conference reports several times a week. Subscribe to the feed today.</description>
    <image>
      <url>https://s1-www.textcontrol.com/assets/dist/img/favicon/favicon-128x128.png</url>
      <title>Text Control Blog Feed - Image only</title>
      <link>https://www.textcontrol.com/blog/tag/image/2010/</link>
    </image>
    <pubDate>Fri, 17 Jul 2026 06:17:18 +0000</pubDate>
    <lastBuildDate>Fri, 17 Jul 2026 06:17:18 +0000</lastBuildDate>
    <generator>Text Control Feed Generator 3.0</generator>
    <link>https://www.textcontrol.com/blog/tag/image/2010/</link>
    <copyright>Text Control</copyright>
    <atom:link rel="self" type="application/rss+xml" href="https://www.textcontrol.com/feed/blog/tag/image.xml"/>
    <item>
      <title>ID and Name Properties for Images and Text Frames</title>
      <description><![CDATA[Version 15.1 adds ID and Name properties to text frames and images in TX Text Control .NET for Windows Forms. Developers can now retrieve specific frames by name using the GetItem method, and these properties persist correctly when documents are saved to DOCX, DOC, or RTF.]]></description>
      <pubDate>Mon, 11 Jan 2010 11:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2010/01/11/id-and-name-properties-for-images-and-text-frames/</link>
      <guid isPermaLink="false">ce198bbc-3918-5805-84f9-164dde35b5c9</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/image/2010/"><![CDATA[Image]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Inserting Images from Memory</title>
      <description><![CDATA[TX Text Control .NET for Windows Forms supports loading images from files in various formats, but some workflows require inserting images that exist only in memory. This sample application demonstrates how to programmatically insert a System.Drawing.Image object into a document.]]></description>
      <pubDate>Thu, 18 May 2006 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2006/05/18/inserting-images-from-memory/</link>
      <guid isPermaLink="false">1dc5f994-cf30-50a6-b1f1-b05f1cd5df51</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/image/2006/"><![CDATA[Image]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/net/2006/"><![CDATA[.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/sample/2006/"><![CDATA[Sample]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Image Improvements in Version 12.0</title>
      <description><![CDATA[Text Control published an overview of the image handling improvements in TX Text Control 12.0. The page covers new image wrapping styles, updated user interface elements, and tabbed dialog boxes that give developers and end users fine-grained control over image layout and positioning.]]></description>
      <pubDate>Thu, 25 Aug 2005 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2005/08/25/image-improvements-in-version-120/</link>
      <guid isPermaLink="false">e761fb48-88f0-5fae-9d67-f22fc18120f0</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/image/2005/"><![CDATA[Image]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/release/2005/"><![CDATA[Release]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Changing the Image Format Order in the 'insert Image Dialog'</title>
      <description><![CDATA[The insert image dialog in TX Text Control .NET for Windows Forms reads available image formats from the tx11_ic.ini configuration file in the BIN folder. Rearranging the entries in this file changes the default format order, placing any preferred format at the top of the list.]]></description>
      <pubDate>Fri, 08 Jul 2005 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2005/07/08/changing-the-image-format-order-in-the-insert-image-dialog/</link>
      <guid isPermaLink="false">a33f0f11-2b48-5259-8f28-a22d6cd1c0e2</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/image/2005/"><![CDATA[Image]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/sample/2005/"><![CDATA[Sample]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Embedding Images in Various Formats</title>
      <description><![CDATA[Documents containing BMP or WMF images grow in size when exported to Word or RTF formats because those formats use uncompressed data. TX Text Control .NET for Windows Forms reduces file sizes by embedding images as compressed JPG or PNG via the ExportFilterIndex property.]]></description>
      <pubDate>Wed, 06 Apr 2005 10:00:00 +0000</pubDate>
      <link>https://www.textcontrol.com/blog/2005/04/06/embedding-images-in-various-formats/</link>
      <guid isPermaLink="false">7964cc51-2b81-53e3-8651-49c5baf498a8</guid>
      <author>no-reply@textcontrol.com (Bjoern Meyer)</author>
      <enclosure type="image/jpeg" length="33446" url="https://s1-www.textcontrol.com/assets/dist/img/blog/thumbnail.jpg"/>
      <category domain="https://www.textcontrol.com/blog/tag/image/2005/"><![CDATA[Image]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/net/2005/"><![CDATA[.NET]]></category>
      <category domain="https://www.textcontrol.com/blog/tag/sample/2005/"><![CDATA[Sample]]></category>
      <dc:creator>Bjoern Meyer</dc:creator>
      <slash:comments>0</slash:comments>
    </item>
  </channel>
</rss>
