GenericAreaSetContent Method |
Sets the content of this area.
Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchAssembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual void SetContent(
byte[] content
)
Public Overridable Sub SetContent (
content As Byte()
)
Parameters
- content
- Type: SystemByte
- The new byte array that will be deep copied inside the
area, substituting the old one (if present).
Remarks See Also