TJPEGExportFormat
Hierarchy Properties Methods
Unit
TeeJPEG
Description
Format used to define JPEG export characteristics.
When using the TeeExport method to show the export dialogue, put TeeJPEG in the form Uses list to include JPEG options in the dialogue.
Example:
Uses TeeJPEG;
TeeSaveToJPEGFile( Chart1, 'c:\mychart.jpg',
False, // not gray scale
jpBestQuality,
95, // compression
Chart1.Width, Chart1.Height );