'Declaration
Public Function TwainSetThreshold( _ ByVal Threshold As Integer _ ) As Boolean
public bool TwainSetThreshold( int Threshold )
public function TwainSetThreshold( Threshold: Integer ): Boolean;
public function TwainSetThreshold( Threshold : int ) : boolean;
public: bool TwainSetThreshold( int Threshold )
public: bool TwainSetThreshold( int Threshold )
Parameters
- Threshold
- Threshold value between 0 and 255.
Return Value
True if success, else False -> Use TwainGetLastResultCode() and TwainGetLastConditionCode()
methods for diagnosing the error.