다음을 통해 공유


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

속성 값

코덱의 파일 형식을 설명하는 문자열입니다.

적용 대상