Click or drag to resize
ResultOutputItemLoadImage Method

» Asprise Scan Home · Developer's Guide

Loads the image represented by the given record if output type is one of: AspriseImaging#OUTPUT_SAVE, OUTPUT_SAVE_THUMB, OUTPUT_RETURN_BASE64, OUTPUT_RETURN_BASE64_THUMB.

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 Bitmap LoadImage(
	int recordIndex
)

Parameters

recordIndex
Type: SystemInt32

Return Value

Type: Bitmap
See Also