CombineFlags property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

unsigned CombineFlags

Delphi Syntax

CombineFlags: L_UINT

Overview

Refer to Working with the LEADMrc Control.

Remarks

(Persistent property, available at design time) (Document/Medical only) Flag that indicates how segments are to be combined. The default value is COMBINE_TRY. Possible values are:

Value

Description

COMBINE_FORCE

[0x00] Always combine segments of any type.

COMBINE_FORCESIMILAR

[0x01] Always combine similar segments.

COMBINE_TRY

[0x02] Use the CombineFactor property to determine similarity, and combine similar segments.

For the COMBINE_FORCESIMILAR value, similar means either identical or one of the following:

SEGTYPE_TEXT_1BIT_BW, SEGTYPE_TEXT_1BIT_COLOR or SEGTYPE_TEXT_2BIT_COLOR

SEGTYPE_TEXT_1BIT_COLOR or SEGTYPE_TEXT_2BIT_COLOR

SEGTYPE_GRAYSCALE_2BIT or SEGTYPE_GRAYSCALE_8BIT

SEGTYPE_GRAYSCALE_8BIT or SEGTYPE_PICTURE

See Also

Elements

BaseBackColor property, BaseForeColor property, CombineFactor property, Error property, ErrorMsg property, Error property, ErrorMsg property, Grayscale2BitCoder property, Grayscale8BitCoder property, Grayscale8BitQFactor property, ImageType property, MaskCoder property, MRCPagesCount property, PictureCoder property, PictureQFactor property, Sensitivity property, Text2BitCoder property, AutoSegment method, CombineSegments method, CopySegmentationData method, CreateNewSegment method, DeleteSegment method, EnumSegments method, GetPagesCount method, Load method, LoadSegmentation method, Save method, SaveSegmentation method, SaveT44 method, SetSegmentData method, StartSegmentation method, StopSegmentation method, OnEnumSegments event

Topics

MRC Bitmap Functions: Performing Automatic Segmentation
MRC Bitmap Functions: Manipulating Segments

MRC Bitmap Functions: General Segmentation