ImageProperties 1.0 control documentation

Gets the value of the property item as byte array.

[Visual Basic]
Public Function GetBytesValue() As Byte()
[C#]
public byte[] GetBytesValue();

Return Value

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

Remarks

The byte array returned by this property contains data is in one of several different primitive types. To use this data, determine the data type using the Type property and convert the byte array accordingly.

See Also

ImagePropertyItem Class | ElementIT.ImageProperties Namespace