다음을 통해 공유


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<XpsColorContext>

페이지에 있는 모든 ICollection<T>를 포함하는 XpsColorContext입니다.

적용 대상