ImageCodecInfo::Clsid Property

 

Gets or sets a Guid structure that contains a GUID that identifies a specific codec.

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

public:
property Guid Clsid {
	Guid get();
	void set(Guid value);
}

Property Value

Type: System::Guid

A Guid structure that contains a GUID that identifies a specific codec.

.NET Framework
Available since 1.1
Return to top
Show: