Interlaced Property (ILEADRasterDlgWeb)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL Interlaced;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Interlaced" checkbox was checked in the GIFWebTuner dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

The "Interlaced" check box was checked. The GIF image will be Interlaced.

VARIANT_FALSE

The "Interlaced" check box wasn’t checked. The GIF image will not be Interlaced.

See Also

Elements

ShowGIFWebTunerDlg method