ITextCharacterFormat.FontStretch Property

Definition

Gets or sets the degree to which the font is stretched, compared to the normal aspect ratio of the font.

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

Property Value

The degree to which the font is stretched.

Applies to