ImageCodecInfo.FormatID Property

Definition

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

public:
 property Guid FormatID { Guid get(); void set(Guid value); };
public Guid FormatID { get; set; }
member this.FormatID : Guid with get, set
Public Property FormatID As Guid

Property Value

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

Applies to

See also