PrintCapabilities.TrueTypeFontModeCapability Propiedad

Definición

Obtiene una colección de valores que identifican los métodos que admite una impresora para controlar fuentes 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 propiedad

de ReadOnlyCollection<T>TrueTypeFontMode valores.

Comentarios

Si la impresora no admite ningún método de control especial para fuentes TrueType, la colección está vacía.

Esta propiedad corresponde a la palabra clave del PageTrueTypeFontMode.

Se aplica a