ImageProperties 1.0 control documentation

Gets or sets the value of the property.

[Visual Basic]
Public Property Value As Object
[C#]
public object Value {get; set;}

Property Value

An items array or single item of type equal to property Type that represents the value.

Remarks

Value should be converted to Int32, UInt32, Int32Fraction, Int16, Byte, Int32[], UInt32[], Int32Fraction[], Int16[] or byte[] type depending of property Type then sets or gets this property.
Use GetBytesValue() and SetBytesValue() methods to get or set value as array of bytes.

See Also

ImagePropertyItem Class | ElementIT.ImageProperties Namespace