EnableSoftCurve Property (ILEADRasterDlgImg)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL EnableSoftCurve;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets a value that indicates whether the Smooth checkbox was checked in the AddBorder dialog box. Possible values:

Setting

Description

VARIANT_TRUE

The Smooth check box was checked. Make the border more homogeneous in intensity, giving the appearance of a smoother curve.

VARIANT_FALSE

The Smooth check box wasn’t checked. Do not make the border more homogeneous in intensity, giving the appearance of a smoother curve.

See Also

Elements

ShowAddBorderDlg method