Click or drag to resize
ResultGetOutputItems Method (String)

» Asprise Scan Home · Developer's Guide

Finds the all output items of the given type.

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 List<ResultOutputItem> GetOutputItems(
	string outputType
)

Parameters

outputType
Type: SystemString
any of Imaging.OUTPUT_SAVE ...

Return Value

Type: ListResultOutputItem
All output items of the given type sorted by record count descending then format (JPG, PNG, BMP, TIF, PDF).
See Also