PropertyItem::Len Property

 

Gets or sets the length (in bytes) of the Value property.

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

public:
property int Len {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer that represents the length (in bytes) of the Value byte array.

.NET Framework
Available since 1.1
Return to top
Show: