Accusoft.ISISXpress7.Net
UsingNetworkedScanner Property




Gets and sets whether a networked scanner is used.
Syntax
'Declaration
 
Public Property UsingNetworkedScanner As Boolean
'Usage
 
Dim instance As Scanner
Dim value As Boolean
 
instance.UsingNetworkedScanner = value
 
value = instance.UsingNetworkedScanner
public bool UsingNetworkedScanner {get; set;}
public: __property bool get_UsingNetworkedScanner();
public: __property void set_UsingNetworkedScanner( 
   bool value
);
public:
property bool UsingNetworkedScanner {
   bool get();
   void set (    bool value);
}
Remarks

When using a networked scanner (e.g., a 'client' computer without a scanner accesses a networked scanner connected to a 'server' computer), connection problems can arise that don't occur for local scanning. If such connection problems occur, it is suggested this property be set to true to attempt to bypass these errors.

The default value is false.

See Also

Reference

Scanner Class
Scanner Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback