GapLength property (LEADDlgImgDoc Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT32 GapLength

Delphi Syntax

GapLength: L_INT32

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the maximum length of a break or a hole (in a line) in the LineRemove dialog box.

This can be used to remove dotted lines, dashed lines, or lines that have breaks due to scanning. If LINE_USE_DPI is set in the ProcessFlags property, units are in thousandths of an inch, otherwise units are in pixels. This parameter is valid only if LINE_USE_GAP is set in the ProcessFlags property.

See Also

Elements:

ShowLineRemoveDlg method.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events