CombineFlags property (LEADMrc Control)
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