共用方式為


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

適用於