MrcCombineSegmentFlags Enumeration

Summary

Flag that indicates how segments will be combined.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum MrcCombineSegmentFlags 
  
<FlagsAttribute()> 
Public Enum MrcCombineSegmentFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class MrcCombineSegmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000CombineForceAlways combine segments of any type.
0x00000001ForeSimilarAlways combine similar segments.
0x00000002TryFactorUse the factor parameter in the MrcSegmenter.CombineSegments method to determine similarity, and combine similar segments.

Requirements

Target Platforms

See Also

Reference

Leadtools.Mrc Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly