Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / FontStretch Property

In This Topic
    FontStretch Property (FontDescriptor)
    In This Topic
    Gets the font stretch value.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontStretch As System.Nullable(Of PdfEnum(Of FontStretch))
    public System.Nullable<PdfEnum<FontStretch>> FontStretch {get;}
    See Also