Condividi tramite


IXpsFixedPageReader.Images Proprietà

Definizione

Ottiene un insieme di tutte le immagini sulla pagina.

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)

Valore della proprietà

ICollection<XpsImage>

Oggetto ICollection<T> che include tutti gli oggetti XpsImage della pagina.

Si applica a