Leadtools.Mrc Namespace : MrcCombineSegmentFlags Enumeration |
[FlagsAttribute()] public enum MrcCombineSegmentFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MrcCombineSegmentFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MrcCombineSegmentFlags
[FlagsAttribute()] public enum class MrcCombineSegmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | CombineForce | Always combine segments of any type. |
0x00000001 | ForeSimilar | Always combine similar segments. |
0x00000002 | TryFactor | Use the factor parameter in the MrcSegmenter.CombineSegments method to determine similarity, and combine similar segments. |
System.Object
System.ValueType
System.Enum
Leadtools.Mrc.MrcCombineSegmentFlags