ResultGetThumbnail Method |
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_apiAssembly: 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
)
Public Function GetThumbnail (
index As Integer
) As Bitmap
public:
Bitmap^ GetThumbnail(
int index
)
member GetThumbnail :
index : int -> Bitmap
Parameters
- index
- Type: SystemInt32
Return Value
Type:
Bitmapthe image of the given index or null if not available.
See Also