←Select platform

SetVersion Method

Summary

Sets the desired TWAIN version with which to work.

Syntax
C#
VB
C++
public virtual string SetVersion( 
   TwainVersion version, 
   object userData 
) 
Public Overridable Function SetVersion( 
   ByVal version As TwainVersion, 
   ByVal userData As Object 
) As String 
public:  
   virtual String^ SetVersion( 
      TwainVersion^ version, 
      Object^ userData 
   ) 

Parameters

version

The TWAIN version to set, see TwainVersion for a list of available versions.

userData

The user data.

Return Value

Returns "Success" or throws an exception on error.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.