IXpsFixedPageReader.Fonts Propriété

Définition

Obtient une collection de toutes les polices qui sont utilisées dans la page.

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)

Valeur de propriété

ICollection<XpsFont>

ICollection<T> qui inclut chaque XpsFont figurant sur la page.

S’applique à