PrintCapabilities.TrueTypeFontModeCapability Özellik

Tanım

Bir yazıcının TrueType yazı tiplerini işlemek için desteklediği yöntemleri tanımlayan bir değer koleksiyonu alır.

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

Özellik Değeri

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

Açıklamalar

Yazıcı, TrueType yazı tipleri için herhangi bir özel işleme yöntemini desteklemiyorsa, koleksiyon boş olur.

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

Şunlara uygulanır