ChartDirector 7.1 (.NET Edition)

DrawArea.outJPG2


Usage

[C#]public byte[] outJPG2([ int quality ]);
[VB]Public Function outJPG2([ quality As Integer ]) As Byte()

Description

Writes the DrawArea as a JPEG image to memory.

Arguments

ArgumentDefaultDescription
quality80The quality of the image.

Return Value

A byte array containing the JPEG image.