Leadtools.Mrc Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
MrcSegmentImageFlags Enumeration
See Also  
Leadtools.Mrc Namespace : MrcSegmentImageFlags Enumeration




Flags that indicate the segmentation preference, whether to force segments to be 2-bit segments, and whether to search for background segments.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum MrcSegmentImageFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MrcSegmentImageFlags
C# 
[FlagsAttribute()]
public enum MrcSegmentImageFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum MrcSegmentImageFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class MrcSegmentImageFlags : public Enum 

Members

MemberDescription
FavorOneBit The prefer segments type upon the others is one bit.
FavorTwoBit The prefer segments type upon the others is two bit.
ForceOneBit Force all two bit segment types to be two bit segments.
ForceTwoBit Force all one bit segment types to be two bit segments.
SegmentWithBackground Search for background segments.
SegmentWithOutBackground Do not search for background segments.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Mrc.MrcSegmentImageFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Mrc requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features