ImageCodecInfo.FormatDescription 属性

定义

获取或设置描述编码解码器的文件格式的字符串。

public:
 property System::String ^ FormatDescription { System::String ^ get(); void set(System::String ^ value); };
public string FormatDescription { get; set; }
public string? FormatDescription { get; set; }
member this.FormatDescription : string with get, set
Public Property FormatDescription As String

属性值

描述编码解码器的文件格式的字符串。

适用于