| AspriseImagingScanSelectDefaultSource Method  | 
            Prompts system device selection dialog for the user to select the default device.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ScanSelectDefaultSource(
	string defaultSelectedSourceName = null
)
Public Function ScanSelectDefaultSource ( 
	Optional defaultSelectedSourceName As String = Nothing
) As String
public:
String^ ScanSelectDefaultSource(
	String^ defaultSelectedSourceName = nullptr
)
member ScanSelectDefaultSource : 
        ?defaultSelectedSourceName : string 
(* Defaults:
        let _defaultSelectedSourceName = defaultArg defaultSelectedSourceName null
*)
-> string 
Parameters
- defaultSelectedSourceName (Optional)
 - Type: SystemString
the name of the source to be pre-selected or null to use the system default. 
Return Value
Type: 
Stringthe name of the source selected or empty string if user cancels or error occurs.
See Also