OptionFlags property (ILEADRasterDlgImgEfx)

Visual Basic example

Visual C++ example

 

Syntax

long OptionFlags

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the option flags for the ContourFilter dialog box. These flags represent the options present in the ContourOption dropdown list box in the ContourFilter dialog box. Possible values are:

Value

Meaning

CONTOURFILTER_SHOW_OPTION_THIN

[0x00000001] the return after thinning option is available.

CONTOURFILTER_SHOW_OPTION_LINK_BW

[0x00000002] the return after contour linking using only black and white option is available

CONTOURFILTER_SHOW_OPTION_LINK_GRAY

[0x00000004] the return after contour linking using 256 grayscale options is available.

CONTOURFILTER_SHOW_OPTION_LINK_COLOR

[0x00000008] the return after contour linking using colors option is available.

CONTOURFILTER_SHOW_OPTION_APPROX_COLOR

[0x00000010] the return after line segment approximation option is available.

CONTOURFILTER_SHOW_OPTION_ALL

[0x0000001F] ALL the options above available.

See Also

Elements

ContourFilter method, ShowContourFilterDlg method, Threshold property, DeltaDirection property, MaxError property, ContourOption property