IXpsFixedPageReader.Images Vlastnost

Definice

Získá kolekci všech obrázků na stránce.

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)

Hodnota vlastnosti

ICollection<XpsImage>

Obsahuje ICollection<T> vše XpsImage , co je na stránce.

Platí pro