IXpsFixedPageReader.Fonts Eigenschap

Definitie

Hiermee haalt u een verzameling op van alle lettertypen die op de pagina worden gebruikt.

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)

Waarde van eigenschap

Een ICollection<T> met alle XpsFont informatie die op de pagina staat.

Van toepassing op