ChartDirector 5.1 (.NET Edition)

DrawArea.outJPG2


Usage

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

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.