Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainImageEffectsFlags Enumeration
See Also  
Leadtools.Twain Namespace : TwainImageEffectsFlags Enumeration



The TwainImageEffectsFlags enumerated type represents specific image effects.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum TwainImageEffectsFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TwainImageEffectsFlags
C# 
[FlagsAttribute()]
public enum TwainImageEffectsFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class TwainImageEffectsFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
NegotiateBrightnessGet or set the ICAP_BRIGHTNESS capability. This controls the brightness of the image transferred from the current TWAIN source.
NegotiateContrastGet or set the ICAP_CONTRAST capability. This controls the contrast of the image transferred from the current TWAIN source.
NegotiateHighlightGet or set the ICAP_HIGHLIGHT capability. This controls the highlight of the image transferred from the current TWAIN source.
NoneNone

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainImageEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also