PropertyItem::Value Property

 

Gets or sets the value of the property item.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property array<unsigned char>^ Value {
	array<unsigned char>^ get();
	void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

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

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

.NET Framework
Available since 1.1
Return to top
Show: