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