<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcCalculation.SaveImageToFile</id>
	<title>PdcCalculation.SaveImageToFile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcCalculation.SaveImageToFile"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcCalculation.SaveImageToFile&amp;action=history"/>
	<updated>2026-05-06T14:28:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcCalculation.SaveImageToFile&amp;diff=2297&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == SaveImageToFile(FileName as String)  == Description == Saves the calculationimage in the given filename.   == Notes == This method saves the calculationimage...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcCalculation.SaveImageToFile&amp;diff=2297&amp;oldid=prev"/>
		<updated>2013-10-03T11:51:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == SaveImageToFile(FileName as String)  == Description == Saves the calculationimage in the given filename.   == Notes == This method saves the calculationimage...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
SaveImageToFile(FileName as String)&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Saves the calculationimage in the given filename. &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This method saves the calculationimage in the given filename.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
FileName: The file to save the image to.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim Filename&lt;br /&gt;
dim objCalc&lt;br /&gt;
  set objCalc = pdc.OpenCalculation(&amp;quot;1308-00012&amp;quot;)&lt;br /&gt;
  filename = &amp;quot;C:/test.jpg&amp;quot;&lt;br /&gt;
  objCalc.SaveImageToFile filename&lt;br /&gt;
  set objCalc = nothing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since August 2013, Version 4.3.&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>