ImageProperties 1.0 control documentation

Sets the value of the property item as byte array.

[Visual Basic]
Public Sub SetBytesValue( _
   ByVal value As Byte() _
)
[C#]
public void SetBytesValue(
   byte[] value
);

Parameters

value
A byte array that represents the value of the property item.

Remarks

The byte array passed by value parameter should has correct length and be according to property Type.

See Also

ImagePropertyItem Class | ElementIT.ImageProperties Namespace