MrcCombineSegmentFlags Enumeration

Summary
Flag that indicates how segments will be combined.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum MrcCombineSegmentFlags 
[FlagsAttribute()] 
public enum class MrcCombineSegmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MrcCombineSegmentFlags(Enum): 
   CombineForce = 0 
   ForeSimilar = 1 
   TryFactor = 2 
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 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.