ImageCodecInfo.FormatID 属性

定义

获取或设置 Guid 结构,其中包含用于识别编码解码器格式的 GUID。

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

属性值

Guid 结构,其中包含用于识别编码解码器格式的 GUID。

适用于

另请参阅