ImageCodecInfo::FormatDescription Property

 

Gets or sets a string that describes the codec's file format.

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

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

Property Value

Type: System::String^

A string that describes the codec's file format.

.NET Framework
Available since 1.1
Return to top
Show: