Leadtools.Twain Namespace > TwainImageEffects Structure : Flags Property |
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); }
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
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