RichTextStyleFontStretch Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a font stretch for the enclosed text. The values are the following: a normal, condensed or extended face from a font family. Supported values from narrowest to widest are ultra-condensed, extra-condensed, condensed, semi-condensed, normal, semi-expanded, expanded, extra-expanded, and ultra-expanded.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<FontStretch> FontStretch { get; set; }

Property Value

Type: NullableFontStretch
The font stretch.
See Also

Reference