IImage.MIMEType 속성

정의

이미지의 MIME 형식을 반환합니다(있는 경우).

public:
 property System::String ^ MIMEType { System::String ^ get(); };
public string MIMEType { get; }
member this.MIMEType : string
Public ReadOnly Property MIMEType As String

속성 값

이미지의 MIME 형식을 포함하는 string입니다.

적용 대상