ImageCodecInfo.Clsid 属性
定义
获取或设置 Guid 结构,其中包含能识别特定编码解码器的 GUID。Gets or sets a Guid structure that contains a GUID that identifies a specific codec.
public:
property Guid Clsid { Guid get(); void set(Guid value); };
public Guid Clsid { get; set; }
member this.Clsid : Guid with get, set
Public Property Clsid As Guid
属性值
包含能识别特定编码解码器的 GUID 的 Guid 结构。A Guid structure that contains a GUID that identifies a specific codec.
适用于