ImageCodecInfo::Version Property

 

Gets or sets the version number of the codec.

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

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

Property Value

Type: System::Int32

The version number of the codec.

.NET Framework
Available since 1.1
Return to top
Show: