PersistenceKeyValuePairImageValue Property |
Gets or sets the image value as a list of bytes in PNG format.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public List<byte> ImageValue { get; set; }
Public Property ImageValue As List(Of Byte)
Get
Set
Dim instance As PersistenceKeyValuePair
Dim value As List(Of Byte)
value = instance.ImageValue
instance.ImageValue = value
Property Value
ListByteSee Also