EncoderParameter::NumberOfValues Property

 

Gets the number of elements in the array of values stored in this EncoderParameter object.

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

public:
property int NumberOfValues {
	int get();
}

Property Value

Type: System::Int32

An integer that indicates the number of elements in the array of values stored in this EncoderParameter object.

.NET Framework
Available since 1.1
Return to top
Show: