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

适用于