The MrcCombineSegmentFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Flag that indicates how segments will be combined.| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum MrcCombineSegmentFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MrcCombineSegmentFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum MrcCombineSegmentFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class MrcCombineSegmentFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| CombineForce | Always combine segments of any type. |
| ForeSimilar | Always combine similar segments. |
| 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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code