Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

TwainImageEffectsFlags Enumeration






The TwainImageEffectsFlags enumerated type represents specific image effects.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum TwainImageEffectsFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As TwainImageEffectsFlags
[FlagsAttribute()]
public enum class TwainImageEffectsFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None
0x00000010NegotiateBrightness Get or set the ICAP_BRIGHTNESS capability. This controls the brightness of the image transferred from the current TWAIN source.
0x00000020NegotiateContrast Get or set the ICAP_CONTRAST capability. This controls the contrast of the image transferred from the current TWAIN source.
0x00000040NegotiateHighlight 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

See Also

Reference

Leadtools.Twain Namespace

Error processing SSI file