Skip to main content
A newer version of this page is available. .

PdfFontStretch Enum

Lists the font stretch values.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.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”

Related API Members

The following properties accept/return PdfFontStretch values:

Remarks

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

See Also