SoftSpotSetCustomImage Method (ImageEnum, Byte) |
Copy the image in the byte array, 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,
byte[] data
)
Public Overridable Sub SetCustomImage (
imageEnum As ImageEnum,
data As Byte()
)
Parameters
- imageEnum
- Type: Com.Datalogic.SoftspotImageEnum
To be added. - data
- Type: SystemByte
To be added.
Remarks Copy the image in the byte array, 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.data - Byte array containing the image to be copied.Throws:java.lang.NullPointerException[Android Documentation]
See Also