Back to Devexpress

PdfFontStretch Enum

officefileapi-devexpress-dot-pdf-d86a40eb.md

latest1.5 KB
Original Source

PdfFontStretch Enum

Lists the font stretch values.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfFontStretch.Normal)]
public enum PdfFontStretch
vb
<PdfDefaultField(PdfFontStretch.Normal)>
Public Enum PdfFontStretch

Members

NameDescription
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:

Remarks

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

See Also

FontStretch

DevExpress.Pdf Namespace