次の方法で共有


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

適用対象