Description
Saves an image of the plot with the dimensions of 800x600 to file. Note that this only works with FF.exe if the --windowed-output-mode switch is used.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
PlotWindow.SavePlotImage(
|
String saveAsType,
|
|
String filename)
|
Arguments
saveAsType
|
|
Description:
|
The type of image you wish to save.
|
Valid Values:
|
Value
|
Label
|
"BMP"
|
Bitmap (BMP) Format, *.bmp
|
"GIF"
|
Graphics Interchange Format (GIF), *.gif
|
"JPEG"
|
JPEG Format, *.jpeg
|
"PNG"
|
Portable Network Graphics (PNG) Format, *.png
|
"TIFF"
|
Tagged Image File Format (TIFF), *.tif
|
"EMF"
|
Windows Enhanced Metafile (EMF) Format, *.emf
|
"META"
|
Windows MetaFile, *.wmf
|
"VML"
|
Vector Markup Language (VML) Format, *.htm
|
"SVG"
|
Scalable Vector Graphic (SVG) Format, *.svg
|
"PDF"
|
Portable Document Format (PDF), *.pdf
|
"EPS"
|
Encapsulated PostScript Format, *.eps
|
"XAML"
|
Extensible Application Markup Language (XAML) Format, *.xaml
|
"FLEX"
|
Adobe FLEX Format, *.mxml
|
"HTML5"
|
HTML 5 Format, *.htm
|
"JAVA"
|
JavaScript Chart Embedded into an HTML Canvas, *.html
|
|
filename
|
|
Description:
|
The file to which the plot image will be saved.
|
Syntax
myPlotWindow1.SavePlotImage(myString1, myString2);
|
See also
PlotWindow Object
PlotWindow.SavePlotImage
PlotWindow Guide
|