GapLength Property (ILEADRasterLineRemoveDoc)

Visual Basic example

Visual C++ example

 

Syntax

long GapLength;

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 Flags 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 Flags property.

See Also

Elements

ShowLineRemoveDlg method