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