Click or drag to resize
ScanUtilsstartProcess Method

» Asprise Scan Home · Developer's Guide

Starts the process of the given fileName optionally with args.

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 static Process startProcess(
	string fileName,
	params string[] args
)

Parameters

fileName
Type: SystemString
args
Type: SystemString

Return Value

Type: Process
Process if successful or null if failed.
See Also