ImageCodecInfo::CodecName Property

 

Gets or sets a string that contains the name of the codec.

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

public:
property String^ CodecName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the name of the codec.

.NET Framework
Available since 1.1
Return to top
Show: