Compartir a través de


IXpsFixedPageReader.ColorContexts Propiedad

Definición

Obtiene una colección de todos los contextos de color de la página.

public:
 property System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsColorContext ^> ^ ColorContexts { System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsColorContext ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsColorContext> ColorContexts { get; }
member this.ColorContexts : System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsColorContext>
Public ReadOnly Property ColorContexts As ICollection(Of XpsColorContext)

Valor de propiedad

ICollection<XpsColorContext>

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

Se aplica a