ChartDirector 7.1 (.NET Edition)

DrawArea.outImage


Usage

[C#]public bool outImage(string filename);
[VB]Public Function outImage(filename As String) As Boolean

Description

Writes the DrawArea to an image file.

The file format is determined based on file extension, which must be png, jpg/jpeg, gif, wbmp/wmp or bmp.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The filename of the output image file.

Return Value

A true value indicates no error. A false value indicates the operation is unsuccessful.