PrintCapabilities.TrueTypeFontModeCapability プロパティ

定義

プリンターでサポートされている TrueType フォントの処理方法を識別する値のコレクションを取得します。

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)

プロパティ値

ReadOnlyCollection<T> 値の TrueTypeFontMode

注釈

プリンターが TrueType フォントに対する特別な処理のメソッドをサポートしていない場合、コレクションは空です。

このプロパティは、印刷スキーマPageTrueTypeFontModeのキーワード (keyword)に対応します。

適用対象