次の方法で共有


IXpsFixedPageReader.Fonts プロパティ

定義

ページで使用されるすべてのフォントのコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsFont ^> ^ Fonts { System::Collections::Generic::ICollection<System::Windows::Xps::Packaging::XpsFont ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsFont> Fonts { get; }
member this.Fonts : System.Collections.Generic.ICollection<System.Windows.Xps.Packaging.XpsFont>
Public ReadOnly Property Fonts As ICollection(Of XpsFont)

プロパティ値

ICollection<XpsFont>

ページ上のすべての ICollection<T> を含む XpsFont

適用対象