SaveInterlaced Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL SaveInterlaced;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Specifies whether Interlaced GIF was selected as the format in which to save the file from the Save dialog box. Possible values are:

Setting

Description

VARIANT_TRUE

Interlaced GIF was chosen

VARIANT_FALSE

Interlaced GIF was not chosen. (GIF files may be saved interlaced or non-interlaced)

See Also

Elements

ShowSaveDlg method