IXpsFixedPageReader.ColorContexts Eigenschap

Definitie

Hiermee haalt u een verzameling van alle kleurcontexten op de pagina op.

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)

Waarde van eigenschap

Een ICollection<T> met alle XpsColorContext informatie die op de pagina staat.

Van toepassing op