ImageGear Professional DLL v17.1 for Windows Accusoft
AT_IC_LINE_OPTIONS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ImageClean Component API Reference > ImageClean Component Structures Reference > AT_IC_LINE_OPTIONS

Glossary Item Box

This structure specifies parameters for IG_IC_remove_lines function.

Declaration:

  Copy Code
typedef struct tagAT_IC_LINE_OPTIONS
{
        AT_DOUBLE dMaxWidth;
        AT_DOUBLE dMinLength;
        AT_DOUBLE dMaxBreak;
        enumIGICUnits nUnit;
        enumIGICDirection nDirection;
} AT_IC_LINE_OPTIONS, *LPAT_IC_LINE_OPTIONS;

Members:

dMinLength Minimal length of line segment. All lines that do not exceed this value are ignored. Measure unit is set by Unit field. Default value is 10 mm.
dMaxWidth Maximal width of line segment. All lines that exceed this value are ignored. Measure unit is set by Unit field. Default value is 1 mm.
dMaxBreak Maximal distance between segments of broken line. Measure unit is set by Unit field. Default value is 1 mm.
nDirection Direction of lines to detect. Default is IG_IC_DIRECTION_HORIZONTAL.
nUnit Line's size measure unit. Default value is IG_IC_UNIT_MM.

See Also:

enumIGICUnits

enumIGICDirection

©2012. Accusoft Corporation. All Rights Reserved.