PlotWindow.SaveImage(String, String) Method

Top 

Description

Saves an image of the OutputWindow 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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlotWindow.SaveImage(

String saveAsType,


String filename)

 

 

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.

 

 

 

Syntax

myPlotWindow1.SaveImage(myString1, myString2);

 

 

See also

PlotWindow Object

PlotWindow.SaveImage

PlotWindow Guide