| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterDocumentColorFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterDocumentColorFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterDocumentColorFlags : public Enum | |
| Member | Description |
|---|---|
| None | None |
| Blue | The blue foreground color component is enabled for the character. |
| Green | The green foreground color component is enabled for the character. |
| Red | The red foreground color component is enabled for the character. |
| Intensive | The intensity of the foreground color component. |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentColorFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code