IXpsFixedPageReader.ColorContexts 속성

정의

페이지에 있는 모든 색 컨텍스트의 컬렉션을 가져옵니다.

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)

속성 값

ICollection<T> 페이지에 있는 모든 XpsColorContext 항목이 포함됩니다.

적용 대상