Skip to main content

PdfFontStretch Enum

Lists the font stretch values.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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