Insert: Images From Files...
Insert image from file into a Graph page or Image window.
Minimum Origin Version Required: 2016 SR0
1. insertImg2g fname:="C:\image\Sample.bmp";
2. insertImg2g fname:="C:\image\Sample.bmp" ipg:=Graph1;
3. insertImg2g fname:="C:\image\Sample.bmp" type:=img xyp:=2;
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
Page
int
Option list:
Output
This X-Function can be used to insert an image file outside of Origin in a Graph page or a layout page.
cd, impinfo, findFiles, impFile
Keywords:import