PdcCalculation.LoadImageFromFile

From External Bemet Wiki
Revision as of 11:48, 3 October 2013 by TC (talk | contribs) (Created page with "== Declaration == LoadImageFromFile(FileName as String) == Description == Imports an image from a file into de calculationimage. == Notes == This method imports an image fr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

LoadImageFromFile(FileName as String)

Description

Imports an image from a file into de calculationimage.

Notes

This method imports an image from a file into de calculationimage.

Parameters

FileName: The file to import

Code example

dim Filename
dim objCalc
  set objCalc = pdc.NewCalculation
  filename = "C:/test.jpg"
  objCalc.LoadImageFromFile filename
  objCalc.Save
  set objCalc = nothing

Availability

Available since August 2013, Version 4.3.