TJPEGExportFormat
 
 
 

All Units  All Classes  Properties, Methods and Events  

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 );




Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.