PrintCapabilities.DeviceFontSubstitutionCapability Eigenschap

Definitie

Hiermee haalt u een verzameling waarden op die bepalen of en hoe een printer lettertypen op basis van apparaten kan vervangen door computerlettertypen.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::DeviceFontSubstitution> ^ DeviceFontSubstitutionCapability { System::Collections::ObjectModel::ReadOnlyCollection<System::Printing::DeviceFontSubstitution> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.DeviceFontSubstitution> DeviceFontSubstitutionCapability { get; }
member this.DeviceFontSubstitutionCapability : System.Collections.ObjectModel.ReadOnlyCollection<System.Printing.DeviceFontSubstitution>
Public ReadOnly Property DeviceFontSubstitutionCapability As ReadOnlyCollection(Of DeviceFontSubstitution)

Waarde van eigenschap

Een ReadOnlyCollection<T> waarde DeviceFontSubstitution .

Opmerkingen

Als de printer geen ondersteuning biedt voor lettertypevervanging van apparaten, is de verzameling leeg. Als dit ondersteuning biedt voor lettertypevervanging, moet het stuurprogramma zowel de als On de Off waarden in de verzameling bevatten.

Deze eigenschap komt overeen met het trefwoord van het afdrukschemaPageDeviceFontSubstitution.

Van toepassing op