PrintCapabilities.TrueTypeFontModeCapability Property

Definition

Gets a collection of values that identify the methods that a printer supports for handling TrueType fonts.

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)

Property Value

A ReadOnlyCollection<T> of TrueTypeFontMode values.

Remarks

If the printer does not support any method of special handling for TrueType fonts, the collection is empty.

This property corresponds to the Print Schema's PageTrueTypeFontMode keyword.

Applies to