ChartDirector 7.1 (.NET Edition)

DrawArea.outJPG


Usage

[C#]public bool outJPG(string filename [, int quality ]);
[VB]Public Function outJPG(filename As String [, quality As Integer ]) As Boolean

Description

Writes the DrawArea to a JPEG image file.

Arguments

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

Return Value

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