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<TrueTypeFontMode>

ReadOnlyCollection<T> 值的 TrueTypeFontMode

備註

如果印表機不支援 TrueType 字型的任何特殊處理方法,則集合是空的。

此屬性會對應至 列印架構PageTrueTypeFontMode 關鍵字。

適用於