Documents for PDF, .NET Edition Documentation
FontStretch Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Text Namespace : FontStretch Enumeration
Defines possible font stretch values.
Syntax
'Declaration
 
Public Enum FontStretch 
   Inherits System.Enum
public enum FontStretch : System.Enum 
Members
MemberDescription
CondensedCondensed.
ExpandedExpanded.
ExtraCondensedExtraCondensed.
ExtraExpandedExtraExpanded.
NormalNormal.
SemiCondensedSemiCondensed.
SemiExpandedSemiExpanded.
UltraCondensedUltraCondensed.
UltraExpandedUltraExpanded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.Text.FontStretch

See Also

Reference

GrapeCity.Documents.Pdf.Text Namespace