Export graph as a raster file
1. expG2video name:="<short name>" path:="<User Files Folder> res:=600;"
2. expG2video name:=Graph_001 path:="C:\Users\Documents\OriginLab\User Files" width:=500;
Please refer to the page for additional option switches when accessing the x-function from script
Input
GraphPageBase
The graph to export. The default is the active graph.
int
Specify the export image type.
Option list
string
Specify the file name of the exported graph.
Specify a path to store the exported image file. By default, user files folder will be used.
It is the actual size of the graph. This variable is read-only.
Specify the graph DPI of the exported graph.
Specify the width of the image in pixels.
Specify the height of the image in pixels.
expG2img, expImage,expGraph