EnableResize Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableResize;

Overview

Refer to Using Imaging Common Dialogs

Remarks

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

Setting

Description

VARIANT_TRUE

The Resize check box was checked.

VARIANT_FALSE

The Resize check box wasn’t checked.

See Also

Elements

ShowResizeDlg method