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<T> 페이지에 있는 모든 XpsImage 항목이 포함됩니다.

적용 대상