Compartir a través de


IXpsFixedPageReader.Fonts Propiedad

Definición

Obtiene una colección de todas las fuentes que se utilizan en la página.

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)

Valor de propiedad

ICollection<XpsFont>

ICollection<T> que incluye cada XpsFont que está en la página.

Se aplica a