다음을 통해 공유


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입니다.

적용 대상