ResultOutputItemLoadImage Method |
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_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 LoadImage(
int recordIndex
)
Public Function LoadImage (
recordIndex As Integer
) As Bitmap
public:
Bitmap^ LoadImage(
int recordIndex
)
member LoadImage :
recordIndex : int -> Bitmap
Parameters
- recordIndex
- Type: SystemInt32
Return Value
Type:
BitmapSee Also