Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontStretch Enum

Lists the font stretch values.

Namespace: DevExpress.Pdf

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

Declaration

[PdfDefaultField(PdfFontStretch.Normal)]
public enum PdfFontStretch

Members

Name Description
UltraCondensed

“UltraCondensed”

ExtraCondensed

“ExtraCondensed”

Condensed

“Condensed”

SemiCondensed

“SemiCondensed”

Normal

“Normal”

SemiExpanded

“SemiExpanded”

Expanded

“Expanded”

ExtraExpanded

“ExtraExpanded”

UltraExpanded

“UltraExpanded”

Remarks

A PdfFontStretch object is returned by the PdfFontDescriptor.FontStretch property.

See Also