| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum SegmentTypeFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum SegmentTypeFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class SegmentTypeFlags : public Enum | |
| Member | Description |
|---|---|
| Background | The segment uses one color that represents the image background. |
| OneBit | The segment is a 1BPP image. |
| OnBitBW | The segment is a 1BPP black and white image. |
| TwoBit | The segment is a 2BPP image. |
| TwoBitGray | The segment is a 2BPP gray scale image. |
| Gray | The segment is a gray scale image. |
| Picture | The segment is a picture. |
| TwoBitBW | The segment is a 2BPP black and white image. |
| OneColor | The segment has only one color. |
Refer to PdfCompressor example
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.SegmentTypeFlags
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
Copy Code