Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As TwainImageEffectsFlags
C# 
[FlagsAttribute()]
public enum TwainImageEffectsFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class TwainImageEffectsFlags : public Enum 

Members

MemberDescription
None None
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.

Inheritance Hierarchy

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

Requirements

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

See Also