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

适用于