Click or drag to resize
AspriseImagingScanSelectDefaultSource Method

» Asprise Scan Home · Developer's Guide

Prompts system device selection dialog for the user to select the default device.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ScanSelectDefaultSource(
	string defaultSelectedSourceName = null
)

Parameters

defaultSelectedSourceName (Optional)
Type: SystemString
the name of the source to be pre-selected or null to use the system default.

Return Value

Type: String
the name of the source selected or empty string if user cancels or error occurs.
See Also