Click or drag to resize
ResultGetOutputItem Method

» Asprise Scan Home · Developer's Guide

Finds the first output item 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 ResultOutputItem GetOutputItem(
	string outputType
)

Parameters

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

Return Value

Type: ResultOutputItem
the first output item of the list sorted by record count descending then format (JPG, PNG, BMP, TIF, PDF).
See Also