JPEGFormat Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

JPEGFormatConstants JPEGFormat;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the sub format to use in the JPEGWebTuner dialog box. Possible values are:

Value

Meaning

FILE_JPEG

JPEG File Interchange Format with YUV 4:4:4 color space and Lossless.

FILE_JPEG_411

JPEG File Interchange Format with YUV 4:2:2 color space.

FILE_JPEG_422

JPEG File Interchange Format with YUV 4:1:1 color space.

See Also

Elements

ShowJPEGWebTunerDlg method