Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainRgbResponseFlags Enumeration
See Also  
Leadtools.Twain Namespace : TwainRgbResponseFlags Enumeration



The TwainRgbResponseFlags enumerated type represents the possible values to be used in the ModifyRGBResponse method.

Syntax

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

Members

MemberDescription
None None
TwainRgbResponseSet Sets the RGB elements for the specified driver.
TwainRgbResponseReset Resets the RGB elements for the specified driver.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainRgbResponseFlags

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