Error processing SSI file
Leadtools Sane (Leadtools.Sane assembly)

Show in webframe

CreateSession(InetAddress,Int32) Method






The IP address.
The port number.
Constructs a new network SANE daemon session.
Syntax
public static SaneSession CreateSession( 
   InetAddress address,
   int port
)
'Declaration
 
Public Overloads Shared Function CreateSession( _
   ByVal address As InetAddress, _
   ByVal port As Integer _
) As SaneSession
'Usage
 
Dim address As InetAddress
Dim port As Integer
Dim value As SaneSession
 
value = SaneFactory.CreateSession(address, port)
public static SaneSession createSession()
public:
static SaneSession^ CreateSession( 
   InetAddress^ address,
   int port
) 

Parameters

address
The IP address.
port
The port number.
Remarks

To create a local SANE session, pass InetAddress.getLocalHost() as the address.

A SANE daemon should be installed and running before creating a network session.

Requirements

Target Platforms

See Also

Reference

SaneFactory Class
SaneFactory Members
Overload List

Error processing SSI file
Leadtools.Sane requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features