ImageCodecInfo::FormatID Property

 

Gets or sets a Guid structure that contains a GUID that identifies the codec's format.

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

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

Property Value

Type: System::Guid

A Guid structure that contains a GUID that identifies the codec's format.

.NET Framework
Available since 1.1
Return to top
Show: