PrintCapabilities.DeviceFontSubstitutionCapability 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值集合,這個值可識別印表機是否會將以裝置內建的字型替換為電腦中的字型,以及其替換方式。
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。
備註
如果印表機不支援裝置字型替代,則集合是空的。 如果它確實支援字型替代,驅動程式應該同時 On 在集合中包含 和 Off 值。
此屬性會對應至 列印架構的 PageDeviceFontSubstitution
關鍵詞。