PrintCapabilities.TrueTypeFontModeCapability 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值集合,這個值識別印表機支援的 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
關鍵詞。