MrcSegmentType Enumeration

Summary
Flags that indicate the type of segment.
Syntax
C#
C++/CLI
Python
public enum MrcSegmentType 
public enum class MrcSegmentType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MrcSegmentType(Enum): 
   None = 0 
   Text1BitBw = 1 
   Text1BitColor = 2 
   Text2BitColor = 3 
   Grayscale2Bit = 4 
   Grayscale8Bit = 5 
   Picture = 6 
   Background = 7 
   OneColor = 8 
   Text2BitBw = 9 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly

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