次の方法で共有


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

適用対象