PrintCapabilities.TrueTypeFontModeCapability Egenskap

Definition

Hämtar en samling värden som identifierar de metoder som en skrivare stöder för hantering av TrueType-teckensnitt.

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)

Egenskapsvärde

En ReadOnlyCollection<T> med TrueTypeFontMode värden.

Kommentarer

Om skrivaren inte stöder någon särskild hanteringsmetod för TrueType-teckensnitt är samlingen tom.

Den här egenskapen motsvarar nyckelordet för utskriftsschematPageTrueTypeFontMode.

Gäller för