LoadRotated Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL LoadRotated;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the "Load Rotated" check box was checked in the Open dialog box. If LoadRotated is VARIANT_TRUE, the Load Rotated box was checked in the dialog and the image will be loaded in a rotated state. If it is VARIANT_FALSE, the Load Rotated box was not checked and the image will be loaded in its original state.

You can set this property before calling the Open dialog box to set the initial status of the "Load Rotated" box.

Setting

Description

VARIANT_TRUE

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

VARIANT_FALSE

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

See Also

Elements

ShowOpenDlg method