Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / AddSpacingAfterLastLine Property

In This Topic
    AddSpacingAfterLastLine Property (TextLayout)
    In This Topic
    Gets or sets a value indicating whether the line spacing should be added after the last line of text. The default is false.
    Syntax
    'Declaration
     
    Public Property AddSpacingAfterLastLine As System.Boolean
    public System.bool AddSpacingAfterLastLine {get; set;}
    See Also