Flags Property

Summary
Gets or sets flags that indicate the method behavior
Syntax
C#
VB
C++
public TwainImageEffectsFlags Flags { get; set; } 
Public Property Flags As TwainImageEffectsFlags 
public: 
property TwainImageEffectsFlags Flags { 
   TwainImageEffectsFlags get(); 
   void set (    TwainImageEffectsFlags ); 
} 

Property Value

Flags that indicate the method behavior

Remarks

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

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

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

Example

For an example, refer to ImageEffects.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.