Click or drag to resize
ResultGetThumbnail Method

» Asprise Scan Home · Developer's Guide

Gets the thumbnail image of the given index by searching the output in order: OUTPUT_RETURN_BASE64_THUMB, OUTPUT_SAVE_THUMB. This is a shortcut method, use {@linkplain #getOutputItems()} if you need more control.

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 GetThumbnail(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: Bitmap
the image of the given index or null if not available.
See Also