MrcSegmentType Enumeration

Summary

Flags that indicate the type of segment.

Syntax
C#
VB
C++
public enum MrcSegmentType 
  
Public Enum MrcSegmentType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class MrcSegmentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0NoneNone.
1Text1BitBwSegment is 1-bit black and white text.
2Text1BitColorSegment is 1 bit colored text.
3Text2BitColorSegment is 2 bit colored text.
4Grayscale2BitSegment is 2-bit grayscale.
5Grayscale8BitSegment is 8-bit grayscale.
6PictureSegment is an image.
7BackgroundSegment is a background (The most prevalent color in the document is considered to be the background color.).
8OneColorSegment is a one color.
9Text2BitBwSegment is 2-bit black and white text.

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