PrintCapabilities.DeviceFontSubstitutionCapability Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.