| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum TwainImageEffectsFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TwainImageEffectsFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum TwainImageEffectsFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class TwainImageEffectsFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| NegotiateBrightness | Get or set the ICAP_BRIGHTNESS capability. This controls the brightness of the image transferred from the current TWAIN source. |
| NegotiateContrast | Get or set the ICAP_CONTRAST capability. This controls the contrast of the image transferred from the current TWAIN source. |
| NegotiateHighlight | Get or set the ICAP_HIGHLIGHT capability. This controls the highlight of the image transferred from the current TWAIN source. |
| None | None |
System.Object
System.ValueType
System.Enum
Leadtools.Twain.TwainImageEffectsFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code