ImageCodecInfo.FormatDescription 属性
定义
获取或设置描述编码解码器的文件格式的字符串。Gets or sets a string that describes the codec's file format.
public:
property System::String ^ FormatDescription { System::String ^ get(); void set(System::String ^ value); };
public string FormatDescription { get; set; }
member this.FormatDescription : string with get, set
Public Property FormatDescription As String
属性值
描述编码解码器的文件格式的字符串。A string that describes the codec's file format.