Partilhar via


IXpsFixedPageReader.Fonts Propriedade

Definição

Obtém uma coleção de todas as fontes que são usadas na 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 da propriedade

ICollection<XpsFont>

Um ICollection<T> que inclui todos os XpsFont que estão na página.

Aplica-se a