Compartir a través de


IXpsFixedPageReader.Images Propiedad

Definición

Obtiene una colección de todas las imágenes de la página.

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)

Valor de propiedad

ICollection<XpsImage>

ICollection<T> que incluye cada XpsImage que está en la página.

Se aplica a