<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Printing more then one page, creation in memory XPS document and DocumentViewer customization</title>
	<atom:link href="http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/</link>
	<description>Take care of the sense, and the sounds will take care of themselves.</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:57:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Converting FixedDocument (XPSDocument too) to FlowDocument &#124; Tamir Khason - Just code</title>
		<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/comment-page-1/#comment-1739</link>
		<dc:creator>Converting FixedDocument (XPSDocument too) to FlowDocument &#124; Tamir Khason - Just code</dc:creator>
		<pubDate>Thu, 01 Jan 2009 09:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/#comment-1739</guid>
		<description>[...] I wrote earlier, XPSDocument is actually package. We should first read it (I already wrote about how to create XPSDocument in memory), so we should first of all create it from the package, and then enumirate all FixedDocuments [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote earlier, XPSDocument is actually package. We should first read it (I already wrote about how to create XPSDocument in memory), so we should first of all create it from the package, and then enumirate all FixedDocuments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just code - Tamir Khason</title>
		<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/comment-page-1/#comment-1117</link>
		<dc:creator>Just code - Tamir Khason</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/#comment-1117</guid>
		<description>&lt;p&gt;First of all, what&#8217;s the differences between FixedDocument and FlowDocument and why we can convert&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all, what&amp;#8217;s the differences between FixedDocument and FlowDocument and why we can convert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPF Resource « Nguyenminhdung’s Weblog</title>
		<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/comment-page-1/#comment-1116</link>
		<dc:creator>WPF Resource « Nguyenminhdung’s Weblog</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/#comment-1116</guid>
		<description>&lt;p&gt;Pingback from &#160;WPF Resource &laquo; Nguyenminhdung&#8217;s Weblog&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pingback from &nbsp;WPF Resource &amp;laquo; Nguyenminhdung&amp;#8217;s Weblog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev</title>
		<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/comment-page-1/#comment-1115</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/#comment-1115</guid>
		<description>&lt;p&gt;I am creating a xps document. The document contains graphs which are nothing but horizontal and vertical lines. On the graph , waves are being drawn. While printing through XPSdocument writer, screen displays the &#160;the waves on graphs but waves are not printed on the paper. Any help on this will be greatly appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am creating a xps document. The document contains graphs which are nothing but horizontal and vertical lines. On the graph , waves are being drawn. While printing through XPSdocument writer, screen displays the &nbsp;the waves on graphs but waves are not printed on the paper. Any help on this will be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/comment-page-1/#comment-1114</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 01 Jan 2009 08:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/printing-more-then-one-page-creation-in-memory-xps-document-and-documentviewer-customization/#comment-1114</guid>
		<description>&lt;p&gt;Hi, Tamir. &lt;/p&gt;
&lt;p&gt;Very useful post, thanks.&lt;/p&gt;
&lt;p&gt;I have one question.&lt;/p&gt;
&lt;p&gt;What about all those objects that must be closed sometime? I mean MemoryStream, Package and XpsDocument objects. I assume the client is responsible for releasing these resources. Right? Will it be sufficient for this purpose if the client just calls XpsDocument&#039;s Close() method?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Tamir. </p>
<p>Very useful post, thanks.</p>
<p>I have one question.</p>
<p>What about all those objects that must be closed sometime? I mean MemoryStream, Package and XpsDocument objects. I assume the client is responsible for releasing these resources. Right? Will it be sufficient for this purpose if the client just calls XpsDocument&#8217;s Close() method?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
