Gets or sets flags that indicate the method behavior
public TwainImageEffectsFlags Flags { get; set; }
Public Property Flags As Leadtools.Twain.TwainImageEffectsFlags
public:
property Leadtools.Twain.TwainImageEffectsFlags Flags {
Leadtools.Twain.TwainImageEffectsFlags get();
void set ( Leadtools.Twain.TwainImageEffectsFlags );
}
Flags that indicate the method behavior
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
For an example, refer to ImageEffects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET