Aracılığıyla paylaş


PrintCapabilities.DeviceFontSubstitutionCapability Özellik

Tanım

Bir yazıcının bilgisayar tabanlı yazı tipleri için cihaz tabanlı yazı tiplerini değiştirip değiştiremeyeceğini ve nasıl değiştirebileceğini belirleyen bir değer koleksiyonu alır.

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)

Özellik Değeri

Değerlerden ReadOnlyCollection<T> oluşan DeviceFontSubstitution bir değer.

Açıklamalar

Yazıcı cihaz yazı tipi değişimini desteklemiyorsa koleksiyon boş olur. Yazı tipi değişimini destekliyorsa, sürücü hem ve OnOff değerlerini koleksiyona eklemelidir.

Bu özellik, Yazdırma ŞemasınınPageDeviceFontSubstitution anahtar sözcüğüne karşılık gelir.

Şunlara uygulanır