EnableUseMask Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableUseMask;

Overview

Refer to Using Imaging Common Dialogs

Remarks

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

Setting

Description

VARIANT_TRUE

The "Use Mask" check box was checked. (Use color specified in the Transparent Color picker as the masking color).

VARIANT_FALSE

The "Use Mask" check box wasn’t checked (Automatically detect masking color).

See Also

Elements

ShowAddFrameDlg method