Click or drag to resize
RequestaddImageFiles Method

» Asprise Scan Home · Developer's Guide

Adds list of image files.

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 Request addImageFiles(
	List<string> imageFiles
)

Parameters

imageFiles
Type: System.Collections.GenericListString
list of image files or null.

Return Value

Type: Request
See Also