다음을 통해 공유


IXpsFixedPageReader.Images 속성

정의

페이지에 있는 모든 이미지 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsImage ^> ^ Images { System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsImage ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsImage> Images { get; }
member this.Images : System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsImage>
Public ReadOnly Property Images As ICollection(Of XpsImage)

속성 값

ICollection<XpsImage>

페이지에 있는 모든 ICollection<T>를 포함하는 XpsImage입니다.

적용 대상