SaveQFactor Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long SaveQFactor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the QFactor used when saving a file using the Save dialog box.

This parameter is used when saving an image file as FILE_LEAD, FILE_CMP, FILE_PNG, FILE_JPEG, FILE_JPEG_422, FILE_JPEG_411, FILE_EXIF_JPEG_411, FILE_EXIF_JPEG, FILE_FPX_JPEG_QFACTOR, FILE_TIF_JPEG, FILE_TIF_JPEG_422, FILE_TIF_JPEG_411, FILE_JPEG_LAB, FILE_JPEG_LAB_422, FILE_JPEG_LAB_411, FILE_DICOM_JPEG_GRAY, FILE_DICOM_JPEG_COLOR, FILE_DICOM_J2K_GRAY, FILE_TIF_CMP, FILE_TIF_J2K, FILE_TIF_CMW, FILE_RAS_PDF_JPEG, FILE_RAS_PDF_JPEG_422, FILE_RAS_PDF_JPEG_411, FILE_J2K, FILE_JP2, FILE_CMW.

QFactor is a number that determines the degree of loss in the compression process. For possible values, refer to Compression Quality Factors.

See Also

Elements

ShowSaveDlg method