Partager via


ITextCharacterFormat.FontStretch Propriété

Définition

Obtient ou définit le degré d’étirement de la police, par rapport aux proportions normales de la police.

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

Valeur de propriété

Degré d’étirement de la police.

S’applique à