Click or drag to resize

SoftSpotSetCustomImage Method (ImageEnum, File)

Copy the image located at the given filepath, then assigns the custom imageEnum to use that image.

Namespace:  Com.Datalogic.Softspot
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void SetCustomImage(
	ImageEnum imageEnum,
	File imageFile
)

Parameters

imageEnum
Type: Com.Datalogic.SoftspotImageEnum
To be added.
imageFile
Type: File
To be added.
Remarks

Copy the image located at the given filepath, then assigns the custom imageEnum to use that image.< Image will be downsampled if too large.</div> <dl><dt><span class="strong">Parameters:

imageEnum - The ImageEnum to set the new image to. Must be a custom slot.
imageFile - Image in external storage to be copied.

Throws:

java.io.FileNotFoundException

[Android Documentation]

See Also