officefileapi-devexpress-dot-pdf-d86a40eb.md
Lists the font stretch values.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
[PdfDefaultField(PdfFontStretch.Normal)]
public enum PdfFontStretch
<PdfDefaultField(PdfFontStretch.Normal)>
Public Enum PdfFontStretch
| Name | Description |
|---|---|
UltraCondensed |
“UltraCondensed”
|
| ExtraCondensed |
“ExtraCondensed”
|
| Condensed |
“Condensed”
|
| SemiCondensed |
“SemiCondensed”
|
| Normal |
“Normal”
|
| SemiExpanded |
“SemiExpanded”
|
| Expanded |
“Expanded”
|
| ExtraExpanded |
“ExtraExpanded”
|
| UltraExpanded |
“UltraExpanded”
|
The following properties accept/return PdfFontStretch values:
A PdfFontStretch object is returned by the PdfFontDescriptor.FontStretch property.
See Also