Leadtools TWAIN (Leadtools.Twain assembly)

Flags Property (TwainImageEffects)

Show in webframe





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:
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

See Also

Reference

TwainImageEffects Structure
TwainImageEffects Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.