<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DELPHI AREA &#187; Print Preview Components</title>
	<atom:link href="http://www.delphiarea.com/articles/tag/product-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphiarea.com</link>
	<description>DELPHI AREA is a Delphi resource website offering freeware and open source Delphi components, packages, and applications.  DELPHI AREA has also a forum to discuss and answer the questions about Delphi programming.</description>
	<lastBuildDate>Tue, 28 Jun 2011 17:34:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Print Preview v5.70 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_70/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_70/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 17:29:08 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=211</guid>
		<description><![CDATA[The Print Preview Components v5.70 has been released. [bugfix] Fixed the GDI+ issue when it is used inside a dll (read more). [bugfix] Fixed the incorrect scrolling direction using mouse wheel. [feature] For convenience, added BeginAppend and EndAppend methods for adding a new page at the end of pages. These methods are simply a wrapper [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.70 has been released.<span id="more-211"></span></p>
<ul>
<li>[bugfix] Fixed the GDI+ issue when it is used inside a dll (<a href="http://www.delphiarea.com/articles/preview-v5_60/#comments">read more</a>).</li>
<li>[bugfix] Fixed the incorrect scrolling direction using mouse wheel.</li>
<li>[feature] For convenience, added <code>BeginAppend</code> and <code>EndAppend</code> methods for adding a new page at the end of pages. These methods are simply a wrapper around <code>BeginInsert</code> and <code>EndInsert</code> methods.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_70/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.61 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_61/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_61/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 09:30:06 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=195</guid>
		<description><![CDATA[The Print Preview Components v5.61 has been released. [bugfix] Fixed the GDI+ issue when it is used inside a dll (read more). [bugfix] In some cases, resizing TPrintPreview control was not updating the visible area marker of the selected thumbnail. [feature] Added DisableTheme property to TThumbnailPreview control. Windows Aero makes the selected thumbnail unclear. By [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.61 has been released.<span id="more-195"></span></p>
<ul>
<li>[bugfix] Fixed the GDI+ issue when it is used inside a dll (<a href="http://www.delphiarea.com/articles/preview-v5_60/#comments">read more</a>).</li>
<li>[bugfix] In some cases, resizing <code>TPrintPreview</code> control was not updating the visible area marker of the selected thumbnail.</li>
<li>[feature] Added <code>DisableTheme</code> property to <code>TThumbnailPreview</code> control. Windows Aero makes the selected thumbnail unclear. By setting this property to true, you can prevent this problem.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_61/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.60 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_60/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_60/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:51:55 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=188</guid>
		<description><![CDATA[The Print Preview Components v5.60 has been released. [feature] Added OnPageProcessing event to TPrintPreview control. This event occurs just before processing a page, during the print and save as PDF and TIFF operations. You can use this event to filter pages or cancel the whole operation. [change] Changed the parameter list of OnProgress event. Now [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.60 has been released.<span id="more-188"></span></p>
<ul>
<li>[feature] Added <code>OnPageProcessing</code> event to <code>TPrintPreview</code> control. This event occurs just before processing a page, during the print and save as PDF and TIFF operations. You can use this event to filter pages or cancel the whole operation.</li>
<li>[change] Changed the parameter list of <code>OnProgress</code> event. Now this event just reports the progress; neither reports processing page number nor provides a way to cancel the operation.</li>
<li>[change] Removed some redundant code.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_60/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.50 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_50/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_50/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 17:12:42 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=178</guid>
		<description><![CDATA[The Print Preview Components v5.50 has been released. [feature] As of now, the TPrintPreview control uses GDI+ for smooth drawing and multi-frame TIFF output without need of any third-party wrapper. [change] The PrintPreview output format has been changed. With the new format you can save/load pages to/from middle of a stream containing other contents. In [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.50 has been released.<span id="more-178"></span></p>
<ul>
<li>[feature] As of now, the <code>TPrintPreview</code> control uses GDI+ for smooth drawing and multi-frame TIFF output without need of any third-party wrapper.</li>
<li>[change] The PrintPreview output format has been changed. With the new format you can save/load pages to/from middle of a stream containing other contents. In the other hand, lack of version information was the main problem of the older format, and because of that I couldn&#8217;t provide a backward compatible output.</li>
<li>[change] Output compression is no more supported. Because load and save routines need random access to the stream and compression/decompression streams provide only sequential access, using ZLib library requires an intermediate stream. This is something that should be done in your own application if it is really needed.</li>
<li>[bugfix] Some minor tweaks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.41 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_41/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_41/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 22:46:59 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=173</guid>
		<description><![CDATA[The Print Preview Components v5.41 has been released. This is an important bugfix release. [bugfix] Fixed the problem appeared in the previous release. The bug was preventing a new instance of TPrintPreview control to be placed on a form.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.41 has been released. This is an important bugfix release.<span id="more-173"></span></p>
<ul>
<li>[bugfix] Fixed the problem appeared in the previous release. The bug was preventing a new instance of <code>TPrintPreview</code> control to be placed on a form.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_41/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.40 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_40/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_40/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:25:12 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=172</guid>
		<description><![CDATA[The Print Preview Components v5.40 has been released. This version is not backward compatible with older versions. [feature] Added PageLogicalPixels property to TPrintPreview control. This property returns size of paper in screen coordinates and in pixels. [change] In TPrintPreview control, renamed PagePixels property to PageDevicePixels. This change is because of introducing the new property PageLogicalPixels. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.40 has been released. This version is not backward compatible with older versions.<span id="more-172"></span></p>
<ul>
<li>[feature] Added <code>PageLogicalPixels</code> property to <code>TPrintPreview</code> control. This property returns size of paper in screen coordinates and in pixels.</li>
<li>[change] In <code>TPrintPreview</code> control, renamed <code>PagePixels</code> property to <code>PageDevicePixels</code>. This change is because of introducing the new property <code>PageLogicalPixels</code>.</li>
<li>[feature] Added <code>ScreenToPreview</code>, <code>PreviewToScreen</code>, <code>ScreenToPaper</code>, and <code>PaperToScreen</code> methods to <code>TPaperPreview</code> control.</li>
<li>[feature] Added <code>PaintWinControlEx2</code> method to <code>TPaperPreview</code> control. This method is simlar to <code>PaintGraphicEx2</code> except that it works on a windowed control.</li>
<li>[feature] Added <code>OnProgress</code> event to <code>TPrintPreview</code> control. This event occurs during printing and saving pages as PDF and multi-frame TIFF.</li>
<li>[change] Removed <code>OnPrintProgress</code> event from <code>TPrintPreview</code> control. The <code>OnProgress</code> event covers this old event.</li>
<li>[change] Removed <code>Aborted</code> property, <code>Abort</code> method, and <code>OnAbort</code> event from <code>TPrintPreview</code> control. You can provide an event handler for <code>OnProgress</code> event to cancel printing.</li>
<li>[change] In <code>TPaperPreview</code> control, renamed <code>BorderSize</code> and <code>ShadowSize</code> properties to <code>BorderWidth</code> and <code>ShadowWidth</code>. By this change, these properties share the same name with their corresponding properties in <code>TPaperPreviewOptions</code> class.</li>
<li>[feature] Added <code>ClientToPaper</code> and <code>PaperToClient</code> methods to 	<code>TPaperPreview</code> control.</li>
<li>[feature] Added global <code>CreateWinControlImage</code> function. This function returns a graphic object from the screen snapshot of a windowed control.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.30 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_30/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_30/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 23:00:11 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=169</guid>
		<description><![CDATA[The Print Preview Components v5.30 has been released. [feature] Added support for Synopse PDF library. [feature] Added PaperViewControl property. [feature] Added global dsPDF and SmoothDraw functions. [fixed] Fixed compatibility issue with Delphi 2009 and 2010. [fixed] Some minor optimization tweaks.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.30 has been released.<span id="more-169"></span></p>
<ul>
<li>[feature] Added support for <a href="http://www.synopse.info" target="_blank">Synopse PDF library</a>.</li>
<li>[feature] Added <code>PaperViewControl<code> property.</li>
<li>[feature] Added global <code>dsPDF<code> and <code>SmoothDraw</code> functions.</li>
<li>[fixed] Fixed compatibility issue with Delphi 2009 and 2010.</li>
<li>[fixed] Some minor optimization tweaks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_30/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.20 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_20/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_20/#comments</comments>
		<pubDate>Sat, 08 May 2010 16:27:56 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=165</guid>
		<description><![CDATA[The Print Preview Components v5.20 has been released. [bugfix] Fixed a memory leak. [feature] Added PDFDocumentInfo property to include Producer, Author, Creator, Subject, and Title of PDF document when saving preview as a PDF file.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.20 has been released.<span id="more-165"></span></p>
<ul>
<li>[bugfix] Fixed a memory leak.</li>
<li>[feature] Added <code>PDFDocumentInfo</code> property to include Producer, Author, Creator, Subject, and Title of PDF document when saving preview as a PDF file.
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_20/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.16 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_16/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_16/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 00:45:20 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=162</guid>
		<description><![CDATA[The Print Preview Components v5.16 has been released. This is a bugfix/maintenance release. [bugfix] Fixed corruption of temporary file. This bug was also slowing down the page edit process.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.16 has been released. This is a bugfix/maintenance release.<span id="more-162"></span></p>
<ul>
<li>[bugfix] Fixed corruption of temporary file. This bug was also slowing down the page edit process.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_16/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Print Preview v5.15 Released</title>
		<link>http://www.delphiarea.com/articles/preview-v5_15/</link>
		<comments>http://www.delphiarea.com/articles/preview-v5_15/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:49:58 +0000</pubDate>
		<dc:creator>Kambiz</dc:creator>
				<category><![CDATA[Site's News]]></category>
		<category><![CDATA[Print Preview Components]]></category>

		<guid isPermaLink="false">http://www.delphiarea.com/?p=159</guid>
		<description><![CDATA[The Print Preview Components v5.15 has been released. This is a bugfix/maintenance release. [bugfix] Now SystemDefaultUnits and UserDefaultUnits properties of TPrintPreview return the correct values. [bugfix] The compatibility issue of TThumbnailPreview on Delphi 5 and earlier has been resolved.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.delphiarea.com/products/delphi-components/preview/">Print Preview Components</a> v5.15 has been released. This is a bugfix/maintenance release.<span id="more-159"></span></p>
<ul>
<li>[bugfix] Now <code>SystemDefaultUnits</code> and <code>UserDefaultUnits</code> properties of TPrintPreview return the correct values.</li>
<li>[bugfix] The compatibility issue of TThumbnailPreview on Delphi 5 and earlier has been resolved.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.delphiarea.com/articles/preview-v5_15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.487 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 17:41:43 -->
<!-- Compression = gzip -->
