'Declaration
Public Function TwainSetBrightness( _ ByVal Brightness As Integer _ ) As Boolean
public bool TwainSetBrightness( int Brightness )
public function TwainSetBrightness( Brightness: Integer ): Boolean;
public function TwainSetBrightness( Brightness : int ) : boolean;
public: bool TwainSetBrightness( int Brightness )
public: bool TwainSetBrightness( int Brightness )
Parameters
- Brightness
- The TWAIN standard *says* that the range for this cap is -1000 ... +1000.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.