2.7.3 copyimg


Menu Information

Edit: Copy Graph as Image...

Brief Information

Copy to clipboard without using OLE

Command Line Usage

1. copyimg res:=100 ratio:=20;

2. copyimg type:=2 res:=900 ratio:=80;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Graph igp

Input

GraphPageBase

<active>
Active graph
Image Format type

Input

int

0
Specify image format of the copied graph.

Option list:

  • 0=PNG
  • 1=EMF
  • 2=DIB
  • 3=HTML
  • 4=JPEG
Transparent Background tb

Input

int

0
Specify whether to set the image background to transparent

Option list:

  • 0=false
  • 1=true
DPI res

Input

int

300
Specify the graph DPI of the copied graph.
Size Factor (%) ratio

Input

int

100
Specify the size factor of the copied graph.


Related X-Functions

expImage, expGraph


Keywords:Copy