PlotWindow.SaveImage(String, String, Variable, Variable) Method

Top 

Description

Saves an image of the OutputWindow with the specified dimensions 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.SaveImage(

String saveAsType,


String filename,


Variable width,


Variable height)

 

 

Arguments

saveAsType


Description:

The type of image you wish to save.

Valid Values:

Value

Label

"BMP"

BMP

"GIF"

GIF

"JPEG"

JPEG

"PNG"

PNG

"TIFF"

TIFF

"EMF"

EMF

"PDF"

PDF

 

 

 

filename


Description:

The file to which the OutputWindow image will be saved.

 

 

width


Description:

The width of the image size.

Valid Range:

width ≥ 100

 

 

height


Description:

The height of the image size.

Valid Range:

height ≥ 100

 

 

 

Syntax

myPlotWindow1.SaveImage(myString1, myString2, myVariable1, myVariable2);

 

 

See also

PlotWindow Object

PlotWindow.SaveImage

PlotWindow Guide