Back to Devexpress

PdfFontDescriptor.FontStretch Property

officefileapi-devexpress-dot-pdf-dot-pdffontdescriptor-69f5e32c.md

latest1.5 KB
Original Source

PdfFontDescriptor.FontStretch Property

Indicates the font stretch value.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFontStretch FontStretch { get; }
vb
Public ReadOnly Property FontStretch As PdfFontStretch

Property Value

TypeDescription
PdfFontStretch

A PdfFontStretch enumeration value.

|

Available values:

NameDescription
UltraCondensed

“UltraCondensed”

| | ExtraCondensed |

“ExtraCondensed”

| | Condensed |

“Condensed”

| | SemiCondensed |

“SemiCondensed”

| | Normal |

“Normal”

| | SemiExpanded |

“SemiExpanded”

| | Expanded |

“Expanded”

| | ExtraExpanded |

“ExtraExpanded”

| | UltraExpanded |

“UltraExpanded”

|

Remarks

The specific interpretation of these values varies from font to font.

See Also

PdfFontDescriptor Class

PdfFontDescriptor Members

DevExpress.Pdf Namespace