<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : &quot;Phantom&quot; Images</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : &quot;Phantom&quot; Images]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 23:37:28 +0000</pubDate>
  <lastBuildDate>Thu, 04 Oct 2018 17:49:18 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3614</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[&quot;Phantom&quot; Images : Solved it!pdfdoc.GetImageListItemIntProperty(imgl,i,401)...]]></title>
   <link>http://www.quickpdf.org/forum/phantom-images_topic3614_post14378.html#14378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2864">John Whitham</a><br /><strong>Subject:</strong> 3614<br /><strong>Posted:</strong> 04 Oct 18 at 5:49PM<br /><br />Solved it!&nbsp;pdfdoc.GetImageListItemIntProperty(imgl,i,401) returns 1 on a cleared image so it can be discounted.]]>
   </description>
   <pubDate>Thu, 04 Oct 2018 17:49:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/phantom-images_topic3614_post14378.html#14378</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Phantom&quot; Images : Replying to myself as no edit...]]></title>
   <link>http://www.quickpdf.org/forum/phantom-images_topic3614_post14376.html#14376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2864">John Whitham</a><br /><strong>Subject:</strong> 3614<br /><strong>Posted:</strong> 04 Oct 18 at 4:44PM<br /><br />Replying to myself as no edit function: Delphi 10.2.3 Tokyo and QuickPDF 13.12]]>
   </description>
   <pubDate>Thu, 04 Oct 2018 16:44:18 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/phantom-images_topic3614_post14376.html#14376</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Phantom&quot; Images : I use the following code in a...]]></title>
   <link>http://www.quickpdf.org/forum/phantom-images_topic3614_post14374.html#14374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2864">John Whitham</a><br /><strong>Subject:</strong> 3614<br /><strong>Posted:</strong> 04 Oct 18 at 4:38PM<br /><br />I use the following code in a MouseUp event on a TPaintbox to find if the user has selected an image in the underlying pdf<div><br></div><div><div>&nbsp; &nbsp; ...imgl := pdfdoc.GetPageImageList(0);</div><div>&nbsp; &nbsp; if imgl &gt; 0 then</div><div>&nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; dpi := paintbox2.Height / (pdfdoc.PageHeight /25.4);</div><div>&nbsp; &nbsp; &nbsp; curpos := point(x,y);</div><div>&nbsp; &nbsp; &nbsp; cx := curpos.X / dpi * 25.4;</div><div>&nbsp; &nbsp; &nbsp; cy := curpos.Y / dpi * 25.4;</div><div>&nbsp; &nbsp; &nbsp; for i := 1 to pdfdoc.GetImageListCount(imgl) do</div><div>&nbsp; &nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; &nbsp; il := pdfdoc.GetImageListItemDblProperty(imgl,i,501);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; it := pdfdoc.GetImageListItemDblProperty(imgl,i,502);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ir := pdfdoc.GetImageListItemDblProperty(imgl,i,503);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ib := pdfdoc.GetImageListItemDblProperty(imgl,i,506);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (cx &gt;= il) and (cx &lt;= ir) and (cy &gt;= it) and (cy &lt;= ib) then</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; break;</div><div>&nbsp; &nbsp; &nbsp; end;</div><div>&nbsp; &nbsp; &nbsp; if i &lt;= pdfdoc.GetImageListCount(imgl) then...</div></div><div><br></div><div>this works fine initially, but after calling pdfdoc.ClearImage() on some moved or deletedimages it starts finding images where there are none. I suspect it finds where they used to be. Can anyone confirm this?</div>]]>
   </description>
   <pubDate>Thu, 04 Oct 2018 16:38:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/phantom-images_topic3614_post14374.html#14374</guid>
  </item> 
 </channel>
</rss>