Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / SetTextLeading Class / SetTextLeading Constructor
The value of TextLeading.

In This Topic
    SetTextLeading Constructor
    In This Topic
    Initializes a new instance of the SetTextLeading class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal textLeading As System.Single _
    )
    public SetTextLeading( 
       System.float textLeading
    )

    Parameters

    textLeading
    The value of TextLeading.
    See Also