IXpsFixedPageReader.ColorContexts Propriété

Définition

Obtient dans la page une collection de tous les contextes de couleur.

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)

Valeur de propriété

ICollection<XpsColorContext>

ICollection<T> qui inclut chaque XpsColorContext figurant sur la page.

S’applique à