IXpsFixedPageReader.ColorContexts Eigenschaft

Definition

Ruft eine Auflistung aller Farbkontexte auf der Seite ab.

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)

Eigenschaftswert

ICollection<XpsColorContext>

Eine ICollection<T>, die jeden XpsColorContext auf der Seite einschließt.

Gilt für