IXpsFixedPageReader.Fonts Egenskap

Definition

Hämtar en samling med alla teckensnitt som används på sidan.

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)

Egenskapsvärde

En ICollection<T> som innehåller alla XpsFont som finns på sidan.

Gäller för