Image.PropertyIdList 속성

정의

Image에 저장된 속성 항목의 ID를 가져옵니다.

public:
 property cli::array <int> ^ PropertyIdList { cli::array <int> ^ get(); };
[System.ComponentModel.Browsable(false)]
public int[] PropertyIdList { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyIdList : int[]
Public ReadOnly Property PropertyIdList As Integer()

속성 값

Int32[]

이 이미지에 저장된 각 속성 항목에 대한 속성 ID의 배열입니다.

특성

설명

이미지에 속성 항목이 없거나 이미지 형식이 속성 항목을 지원하지 않는 경우 속성은 PropertyIdList 빈 배열(즉, 길이가 0인 배열)을 반환합니다.

적용 대상

추가 정보