Partilhar via


IXpsFixedPageReader.Images Propriedade

Definição

Obtém uma coleção de todas as imagens na 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 da propriedade

ICollection<XpsImage>

Um ICollection<T> que inclui todos os XpsImage que estão na página.

Aplica-se a