'Declaration
Public Function TwainSetAutomaticColor( _ ByVal AutomaticColor As Boolean _ ) As Boolean
public bool TwainSetAutomaticColor( bool AutomaticColor )
public function TwainSetAutomaticColor( AutomaticColor: Boolean ): Boolean;
public function TwainSetAutomaticColor( AutomaticColor : boolean ) : boolean;
public: bool TwainSetAutomaticColor( bool AutomaticColor )
public: bool TwainSetAutomaticColor( bool AutomaticColor )
Parameters
- AutomaticColor
- True to enable autoscan, else False.
Return Value
TRUE if successful, FALSE otherwise -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.