Share via


ITextCharacterFormat.FontStretch Propiedad

Definición

Obtiene o establece el grado en que se estira la fuente, en comparación con la relación de aspecto normal de la fuente.

public:
 property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = iTextCharacterFormat.fontStretch;
iTextCharacterFormat.fontStretch = fontStretch;
Public Property FontStretch As FontStretch

Valor de propiedad

Grado en el que se estira la fuente.

Se aplica a