PdcCalculation.SaveImageToFile

From External Bemet Wiki
Revision as of 11:51, 3 October 2013 by TC (talk | contribs) (Created page with "== Declaration == SaveImageToFile(FileName as String) == Description == Saves the calculationimage in the given filename. == Notes == This method saves the calculationimage...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

SaveImageToFile(FileName as String)

Description

Saves the calculationimage in the given filename.

Notes

This method saves the calculationimage in the given filename.

Parameters

FileName: The file to save the image to.

Code example

dim Filename
dim objCalc
  set objCalc = pdc.OpenCalculation("1308-00012")
  filename = "C:/test.jpg"
  objCalc.SaveImageToFile filename
  set objCalc = nothing

Availability

Available since August 2013, Version 4.3.