Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Flags Property (TwainImageEffects)






Gets or sets flags that indicate the method behavior
Syntax
public TwainImageEffectsFlags Flags {get; set;}
'Declaration
 
Public Property Flags As TwainImageEffectsFlags
'Usage
 
Dim instance As TwainImageEffects
Dim value As TwainImageEffectsFlags
 
instance.Flags = value
 
value = instance.Flags
public TwainImageEffectsFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property TwainImageEffectsFlags Flags {
   TwainImageEffectsFlags get();
   void set (    TwainImageEffectsFlags value);
}

Property Value

Flags that indicate the method behavior
Remarks

If the NegotiateHighlight is set, then the TwainSession.ImageEffects property will get/set Highlight property

If the NegotiateContrast is set, then the TwainSession.ImageEffects property will get/set Contrast property

If the NegotiateBrightness is set, then the TwainSession.ImageEffects property will get/set Brightness property

Example
For an example, refer to TwainSession.ImageEffects.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainImageEffects Structure
TwainImageEffects Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.