PrintCapabilities.DeviceFontSubstitutionCapability プロパティ

定義

プリンターでコンピューターのフォントをプリンターのフォントに置き換えられるかどうか、置き換えられる場合にはどのような方法があるかを示す値のコレクションを取得します。

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)

プロパティ値

ReadOnlyCollection<T> 値の DeviceFontSubstitution

注釈

プリンターがデバイスのフォント置換をサポートしていない場合、コレクションは空です。 フォントの置換がサポートされている場合、ドライバーには、 と Off の両方の値をOnコレクションに含める必要があります。

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

適用対象