LoadCompressed Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL LoadCompressed;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Load Compressed" check box was checked in the Open dialog box.

You can set the LoadCompressed property before calling the ShowOpenDlg method to set the initial status of the "Load Compressed" box. Possible values are:

Setting

Description

VARIANT_TRUE

The "Load Compressed" check box is checked and the image should be loaded in compressed form.

VARIANT_FALSE

The "Load Compressed" check box is not checked and the image should not be loaded in compressed form.

See Also

Elements

ShowOpenDlg method