ImageCodecInfo::MimeType Property

 

Gets or sets a string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.

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

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

Property Value

Type: System::String^

A string that contains the codec's Multipurpose Internet Mail Extensions (MIME) type.

.NET Framework
Available since 1.1
Return to top
Show: