Accusoft.ISISXpressSdk Namespace > Scanner Class : UsingNetworkedScanner Property |
'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;}
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.