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

In This Topic
    Leading Property
    In This Topic
    Gets the spacing between baselines of consecutive lines of text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Leading As System.Nullable(Of Single)
    public System.Nullable<float> Leading {get;}
    See Also