PrintCapabilities.TrueTypeFontModeCapability Propriedade

Definição

Obtém uma coleção de valores que identificam os métodos que uma impressora suporta para lidar com fontes 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)

Valor de Propriedade

A ReadOnlyCollection<T> de TrueTypeFontMode valores.

Observações

Se a impressora não suportar qualquer método especial de tratamento para fontes TrueType, a coleção fica vazia.

Esta propriedade corresponde à palavra-chave do PageTrueTypeFontMode.

Aplica-se a