ITextCharacterFormat.FontStretch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.